We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e984f commit 9759d1bCopy full SHA for 9759d1b
ArrayToXML.php
@@ -11,7 +11,7 @@ class ArrayToXML {
11
* @param string $xml_version XML Version, default 1.0
12
* @param string $xml_encoding XML Encoding, default UTF-8
13
*/
14
- public function __construct($xmlVersion = '1.0', $xmEncoding = 'UTF-8') {
+ public function __construct($xmlVersion = '1.0', $xmlEncoding = 'UTF-8') {
15
$this->version = $xmlVersion;
16
$this->encoding = $xmlEncoding;
17
}
0 commit comments