Qual: Wrong type in method documentation

This commit is contained in:
Raphaël Doursenaud 2014-04-23 15:11:26 +02:00
parent 63166f3f5c
commit af7d2d0b50

View File

@ -722,7 +722,7 @@ class RssParser
/** /**
* Function to convert an XML object into an array * Function to convert an XML object into an array
* *
* @param string $xml Xml * @param SimpleXMLElement $xml Xml
* @return void * @return void
*/ */
function xml2php($xml) function xml2php($xml)