Add throws tag to writer::save
This commit is contained in:
parent
0ee13303f3
commit
faa7c870e9
|
|
@ -62,6 +62,8 @@ interface IWriter
|
|||
* Save PhpSpreadsheet to file.
|
||||
*
|
||||
* @param resource|string $filename Name of the file to save
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public function save($filename, int $flags = 0): void;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue