X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStatus.php;h=a35af6e8c6be9560da0aa7137e09cff36353ebc9;hb=68a8243d4910e140b0f1f06e4e93b3504cf9b723;hp=07828fec7c7f6a713b6d13bc0b9f05e0ceef42a6;hpb=04d739cb32789cfc2631e6ac5f7d4a286388d833;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Status.php b/includes/Status.php index 07828fec7c..a35af6e8c6 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -113,7 +113,7 @@ class Status extends StatusValue { * 1 => object(Status) # The Status with warning messages, only * ] * - * @return array + * @return Status[] */ public function splitByErrorType() { list( $errorsOnlyStatus, $warningsOnlyStatus ) = parent::splitByErrorType();