X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStatus.php;h=a35af6e8c6be9560da0aa7137e09cff36353ebc9;hb=4d8b064fae1be1fb2c2865ff7d4bfb4f325e1f3a;hp=07828fec7c7f6a713b6d13bc0b9f05e0ceef42a6;hpb=eb2f439768d34254964e798d9523211ba8ea2f5f;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();