Fix docblock

This commit is contained in:
Adrien Loison 2019-05-21 19:25:27 +02:00
parent 69b0fb9eaf
commit e90b548c0a

View File

@ -44,7 +44,7 @@ interface WriterInterface
* Appends a row to the end of the stream. * Appends a row to the end of the stream.
* *
* @param Row $row The row to be appended to the stream * @param Row $row The row to be appended to the stream
* @throws \Box\Spout\Writer\Exception\WriterNotOpenedException If the writer has not been opened yetthe writer * @throws \Box\Spout\Writer\Exception\WriterNotOpenedException If the writer has not been opened yet
* @throws \Box\Spout\Common\Exception\IOException If unable to write data * @throws \Box\Spout\Common\Exception\IOException If unable to write data
* @return WriterInterface * @return WriterInterface
*/ */