Skip to content

Commit a59c60e

Browse files
authored
Merge pull request #11 from max-kovpak/patch-1
Changed lang to default
2 parents c8b5998 + 410f6c4 commit a59c60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LSS/XML2Array.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static function init($version = '1.0', $encoding = 'UTF-8', $format_outpu
6262
/**
6363
* Convert an XML to Array
6464
* @param string $node_name - name of the root node to be converted
65-
* @param int - Bitwise OR of the libxml option constants see @link http://php.net/manual/zh/libxml.constants.php
65+
* @param int - Bitwise OR of the libxml option constants see @link http://php.net/manual/libxml.constants.php
6666
* @param array $arr - aray to be converterd
6767
* @return DOMDocument
6868
*/

0 commit comments

Comments
 (0)