Fix docblocks types
This commit is contained in:
@@ -176,7 +176,7 @@ class XML
|
||||
* @param integer $recursion_depth recursion counter for internal use - default 0
|
||||
* internal use, recursion counter
|
||||
*
|
||||
* @return array | sring The array from the xml element or the string
|
||||
* @return array | string The array from the xml element or the string
|
||||
*/
|
||||
public static function elementToArray($xml_element, &$recursion_depth = 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user