Qual: Wrong type in method documentation

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

View File

@@ -174,7 +174,7 @@ class RssParser
* @param string $urlRSS Url to parse
* @param int $maxNb Max nb of records to get (0 for no limit)
* @param int $cachedelay 0=No cache, nb of seconds we accept cache files (cachedir must also be defined)
* @param strnig $cachedir Directory where to save cache file
* @param string $cachedir Directory where to save cache file
* @return int <0 if KO, >0 if OK
*/
public function parser($urlRSS, $maxNb=0, $cachedelay=60, $cachedir='')
@@ -775,4 +775,4 @@ function xml2php($xml)
}
?>
?>