Add throws tag to writer::save

This commit is contained in:
Vincent Langlet 2022-07-22 11:23:12 +02:00
parent 0ee13303f3
commit faa7c870e9
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ interface IWriter
* Save PhpSpreadsheet to file. * Save PhpSpreadsheet to file.
* *
* @param resource|string $filename Name of the file to save * @param resource|string $filename Name of the file to save
*
* @throws Exception
*/ */
public function save($filename, int $flags = 0): void; public function save($filename, int $flags = 0): void;