X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Futils%2FAvroValidator.php;h=f3a8810a9867a14a57eb48fe7ca8eac45579ee63;hb=7862475b0de83124d1d1ff1bf3fc67457d006b0e;hp=b2d6077c26fb8c3fa402be423af2d618b0447353;hpb=f9bb20657c6776a7543fbf33ead1c1e6fbad33de;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/AvroValidator.php b/includes/utils/AvroValidator.php index b2d6077c26..f3a8810a98 100644 --- a/includes/utils/AvroValidator.php +++ b/includes/utils/AvroValidator.php @@ -34,6 +34,7 @@ class AvroValidator { * @return string|string[] An error or list of errors in the * provided $datum. When no errors exist the empty array is * returned. + * @suppress PhanUndeclaredMethod */ public static function getErrors( AvroSchema $schema, $datum ) { switch ( $schema->type ) {