Skip to content

Commit 983ab4f

Browse files
committed
1.3.2
1 parent 8f65481 commit 983ab4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": ">=5.6",
23-
"ext-libxml": "*"
23+
"ext-xmlwriter": "*"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": ">=5.7.27",

src/XmlConstructor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ protected function configure(array $config)
166166
}
167167

168168
/**
169-
* Tooggle identation on.
169+
* Toggle indentation on.
170170
* @param string|false $string String used for indenting.
171171
* @since 1.2.0
172172
*/

0 commit comments

Comments
 (0)