clean phpdoc for phpstan (#26905)

This commit is contained in:
Frédéric FRANCE
2023-12-01 19:51:32 +01:00
committed by GitHub
parent 0d1983766e
commit 53c8a3acf8
202 changed files with 1004 additions and 1004 deletions

View File

@@ -197,7 +197,7 @@ class RssParser
* @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 string $cachedir Directory where to save cache file (For example $conf->externalrss->dir_temp)
* @return int <0 if KO, >0 if OK
* @return int Return integer <0 if KO, >0 if OK
*/
public function parser($urlRSS, $maxNb = 0, $cachedelay = 60, $cachedir = '')
{