Skip to content

Commit faa7c87

Browse files
Add throws tag to writer::save
1 parent 0ee1330 commit faa7c87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PhpSpreadsheet/Writer/IWriter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ public function setPreCalculateFormulas($precalculateFormulas);
6262
* Save PhpSpreadsheet to file.
6363
*
6464
* @param resource|string $filename Name of the file to save
65+
*
66+
* @throws Exception
6567
*/
6668
public function save($filename, int $flags = 0): void;
6769

0 commit comments

Comments
 (0)