Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Feb 11, 2020
1 parent 8f65481 commit 983ab4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": ">=5.6",
"ext-libxml": "*"
"ext-xmlwriter": "*"
},
"require-dev": {
"phpunit/phpunit": ">=5.7.27",
Expand Down
2 changes: 1 addition & 1 deletion src/XmlConstructor.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected function configure(array $config)
}

/**
* Tooggle identation on.
* Toggle indentation on.
* @param string|false $string String used for indenting.
* @since 1.2.0
*/
Expand Down

0 comments on commit 983ab4f

Please sign in to comment.