Skip to content

Commit d712fe8

Browse files
authored
Merge pull request #9 from kuangjy2/master
Update XML2Array.php
2 parents aa55171 + 363496d commit d712fe8

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
@@ -64,7 +64,7 @@ public static function init($version = '1.0', $encoding = 'UTF-8', $format_outpu
6464
* @param string $node_name - name of the root node to be converted
6565
* @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
67-
* @return DOMDocument
67+
* @return array
6868
*/
6969
public static function &createArray($input_xml, $options = 0) {
7070
$xml = self::getXMLRoot();

0 commit comments

Comments
 (0)