We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f65481 commit 983ab4fCopy full SHA for 983ab4f
composer.json
@@ -20,7 +20,7 @@
20
],
21
"require": {
22
"php": ">=5.6",
23
- "ext-libxml": "*"
+ "ext-xmlwriter": "*"
24
},
25
"require-dev": {
26
"phpunit/phpunit": ">=5.7.27",
src/XmlConstructor.php
@@ -166,7 +166,7 @@ protected function configure(array $config)
166
}
167
168
/**
169
- * Tooggle identation on.
+ * Toggle indentation on.
170
* @param string|false $string String used for indenting.
171
* @since 1.2.0
172
*/
0 commit comments