X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStatus.php;h=932fd2a65078c6b9343a2c41e44a48d413067c02;hb=e900893531e76fb8f80c1c9b5be459fd02862c3c;hp=76b905eca44173e32e91ec55dd659b693b70f9a1;hpb=2a9a2533fa61847c5235c5c64f546c7fc360b988;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();