Skip to content

Commit 9759d1b

Browse files
committed
fix typo in variable name
1 parent 05e984f commit 9759d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArrayToXML.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ArrayToXML {
1111
* @param string $xml_version XML Version, default 1.0
1212
* @param string $xml_encoding XML Encoding, default UTF-8
1313
*/
14-
public function __construct($xmlVersion = '1.0', $xmEncoding = 'UTF-8') {
14+
public function __construct($xmlVersion = '1.0', $xmlEncoding = 'UTF-8') {
1515
$this->version = $xmlVersion;
1616
$this->encoding = $xmlEncoding;
1717
}

0 commit comments

Comments
 (0)