Whitelist ApiErrorFormatter_BackCompat as class not in camel case
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 3 Oct 2015 18:51:58 +0000 (20:51 +0200)
committerAmire80 <amir.aharoni@mail.huji.ac.il>
Wed, 7 Oct 2015 17:35:21 +0000 (17:35 +0000)
The class name is used in extensions

Change-Id: Idd1435c5997be5b43fdeea636a453e1d675cfb27

includes/api/ApiErrorFormatter.php

index 9414329..37cb19d 100644 (file)
@@ -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
         */