Skip to content

Commit 45da3bd

Browse files
authored
Merge pull request #687 from PHPOffice/revert-593-patch-1
Revert "Update writers.rst"
2 parents 3deaa89 + 2d1130f commit 45da3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The name of the writer is ``ODPresentation``.
1111

1212
.. code-block:: php
1313
14-
$oWriter = IOFactory::createWriter($oPhpPresentation, 'ODPresentation');
14+
$oWriter = IOFactory::createWriter($oPhpPresentation, 'PowerPoint2007');
1515
$oWriter->save(__DIR__ . '/sample.pptx');
1616
1717
PowerPoint2007

0 commit comments

Comments
 (0)