From: umherirrender Date: Sat, 3 Oct 2015 18:51:58 +0000 (+0200) Subject: Whitelist ApiErrorFormatter_BackCompat as class not in camel case X-Git-Tag: 1.31.0-rc.0~9503 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=fb8cc12dcbc6c926d2f340c9618033971cb766a2;p=lhc%2Fweb%2Fwiklou.git Whitelist ApiErrorFormatter_BackCompat as class not in camel case The class name is used in extensions Change-Id: Idd1435c5997be5b43fdeea636a453e1d675cfb27 --- diff --git a/includes/api/ApiErrorFormatter.php b/includes/api/ApiErrorFormatter.php index 9414329102..37cb19d314 100644 --- a/includes/api/ApiErrorFormatter.php +++ b/includes/api/ApiErrorFormatter.php @@ -232,7 +232,10 @@ class ApiErrorFormatter { * @deprecated Only for backwards compatibility, do not use * @ingroup API */ +// @codingStandardsIgnoreStart Squiz.Classes.ValidClassName.NotCamelCaps class ApiErrorFormatter_BackCompat extends ApiErrorFormatter { + // @codingStandardsIgnoreEnd + /** * @param ApiResult $result Into which data will be added */