Fix docblock

This commit is contained in:
Adrien Loison 2019-05-21 19:25:27 +02:00 committed by Adrien Loison
parent 5ce5a488d1
commit 3beaa32021

View File

@ -44,7 +44,7 @@ interface WriterInterface
* Appends a row to the end of 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
* @return WriterInterface
*/