Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 3beaa32

Browse files
committed
Fix docblock
1 parent 5ce5a48 commit 3beaa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spout/Writer/WriterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function setDefaultRowStyle(Style $defaultStyle);
4444
* Appends a row to the end of the stream.
4545
*
4646
* @param Row $row The row to be appended to the stream
47-
* @throws \Box\Spout\Writer\Exception\WriterNotOpenedException If the writer has not been opened yetthe writer
47+
* @throws \Box\Spout\Writer\Exception\WriterNotOpenedException If the writer has not been opened yet
4848
* @throws \Box\Spout\Common\Exception\IOException If unable to write data
4949
* @return WriterInterface
5050
*/

0 commit comments

Comments
 (0)