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