Skip to content

Commit

Permalink
Merge pull request #593 from anthonyvittoria/patch-1
Browse files Browse the repository at this point in the history
Update writers.rst
  • Loading branch information
Progi1984 authored Aug 27, 2020
2 parents 1fcc840 + 0d74c08 commit 3deaa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The name of the writer is ``ODPresentation``.

.. code-block:: php
$oWriter = IOFactory::createWriter($oPhpPresentation, 'PowerPoint2007');
$oWriter = IOFactory::createWriter($oPhpPresentation, 'ODPresentation');
$oWriter->save(__DIR__ . '/sample.pptx');
PowerPoint2007
Expand Down

0 comments on commit 3deaa89

Please sign in to comment.