jenkins-bot has submitted this change and it was merged.
Change subject: Whitelist ApiErrorFormatter_BackCompat as class not in camel
case
......................................................................
Whitelist ApiErrorFormatter_BackCompat as class not in camel case
The class name is used in extensions
Change-Id: Idd1435c5997be5b43fdeea636a453e1d675cfb27
---
M includes/api/ApiErrorFormatter.php
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Amire80: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/api/ApiErrorFormatter.php
b/includes/api/ApiErrorFormatter.php
index 9414329..37cb19d 100644
--- a/includes/api/ApiErrorFormatter.php
+++ b/includes/api/ApiErrorFormatter.php
@@ -232,7 +232,10 @@
* @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
*/
--
To view, visit https://gerrit.wikimedia.org/r/243421
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idd1435c5997be5b43fdeea636a453e1d675cfb27
Gerrit-PatchSet: 5
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits