We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a045c2 commit 4e4a476Copy full SHA for 4e4a476
CHANGELOG.md
@@ -33,6 +33,7 @@
33
- Images in Layouts other than first Master Slide within Template file causes corrupted PPTX - @maartenba CP-4596
34
- Fixed A3 and A4 formats dimensions - @delphiki GH-16
35
- Fixed custom document layout - @delphiki GH-18
36
+- Filename parameter is required for IWriter::save method
37
38
### Miscellaneous
39
Classes/PHPPowerPoint/Writer/IWriter.php
@@ -40,5 +40,5 @@ interface PHPPowerPoint_Writer_IWriter
40
* @param string $pFilename
41
* @throws Exception
42
*/
43
- public function save($pFilename = null);
+ public function save($pFilename);
44
}
0 commit comments