X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStatus.php;h=932fd2a65078c6b9343a2c41e44a48d413067c02;hb=6170b0c2638fa6326a9dec2aeb4836ddac016b85;hp=76b905eca44173e32e91ec55dd659b693b70f9a1;hpb=43a0144346da4e6edbbadee0b7d9def53357bc10;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Status.php b/includes/Status.php index 76b905eca4..932fd2a650 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -115,6 +115,7 @@ class Status extends StatusValue { * ] * * @return Status[] + * @suppress PhanUndeclaredProperty Status vs StatusValue */ public function splitByErrorType() { list( $errorsOnlyStatus, $warningsOnlyStatus ) = parent::splitByErrorType();