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

@@ -142,7 +142,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" box
*
* @param int $rowid Row id to load
*
* @return int <0 if KO, >0 if OK
* @return int Return integer <0 if KO, >0 if OK
*/
public function fetch($rowid)
{