Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'marc-mabe/parseErrors'
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Generator/GeneratorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function closeElement($name);
*
* @return string
*/
public function saveXML();
public function saveXml();

public function stripDeclaration($xml);
public function flush();
Expand Down
2 changes: 1 addition & 1 deletion src/Generator/XmlWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protected function _closeElement($name)

/**
* Emit XML document
*
*
* @return string
*/
public function saveXml()
Expand Down

0 comments on commit 6d7f5ab

Please sign in to comment.