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