Skip to content

Commit 4e4a476

Browse files
author
Sergei Lomakov
committed
Update interface
1 parent 8a045c2 commit 4e4a476

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- Images in Layouts other than first Master Slide within Template file causes corrupted PPTX - @maartenba CP-4596
3434
- Fixed A3 and A4 formats dimensions - @delphiki GH-16
3535
- Fixed custom document layout - @delphiki GH-18
36+
- Filename parameter is required for IWriter::save method
3637

3738
### Miscellaneous
3839

Classes/PHPPowerPoint/Writer/IWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ interface PHPPowerPoint_Writer_IWriter
4040
* @param string $pFilename
4141
* @throws Exception
4242
*/
43-
public function save($pFilename = null);
43+
public function save($pFilename);
4444
}

0 commit comments

Comments
 (0)