mirror of
https://github.com/friendica/friendica
synced 2025-04-25 08:30:11 +00:00
Fix docblocks types
This commit is contained in:
parent
10b72b0e9e
commit
916236ce2f
12 changed files with 33 additions and 29 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue