aboutsummaryrefslogtreecommitdiffstats
path: root/.phpcs.xml
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2020-05-11 00:26:37 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2020-05-11 00:26:37 +0000
commitc5377cf75a95146ad86857f1484a4dcbdf2a1881 (patch)
tree110c02e1e70b98a14d3cf85cd4a94382dbaf346d /.phpcs.xml
parent5171e486a4eb01719b61d4468f8b08bf3b5aee3a (diff)
parentb422bc3875f12f8245fc0f796a444808a71c5ae4 (diff)
downloadmediawikicore-c5377cf75a95146ad86857f1484a4dcbdf2a1881.tar.gz
mediawikicore-c5377cf75a95146ad86857f1484a4dcbdf2a1881.zip
Merge "phpcs: Narrow Squiz.Scope.MethodScope.Missing"
Diffstat (limited to '.phpcs.xml')
-rw-r--r--.phpcs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.phpcs.xml b/.phpcs.xml
index c99a923a9d11..9272d8b7f9b5 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -85,13 +85,13 @@
</rule>
<rule ref="Squiz.Scope.MethodScope.Missing">
<exclude-pattern>includes/actions/</exclude-pattern>
- <exclude-pattern>includes/diff/</exclude-pattern>
+ <exclude-pattern>includes/diff/DiffEngine\.php</exclude-pattern>
<exclude-pattern>includes/filerepo/</exclude-pattern>
<exclude-pattern>includes/historyblob/</exclude-pattern>
- <exclude-pattern>includes/htmlform/</exclude-pattern>
+ <exclude-pattern>includes/htmlform/fields/HTMLTextAreaField\.php</exclude-pattern>
<exclude-pattern>includes/installer/</exclude-pattern>
<exclude-pattern>includes/libs/</exclude-pattern>
- <exclude-pattern>includes/logging/</exclude-pattern>
+ <exclude-pattern>includes/logging/LogPager\.php</exclude-pattern>
<exclude-pattern>includes/media/</exclude-pattern>
<exclude-pattern>includes/page/</exclude-pattern>
<exclude-pattern>includes/pager/</exclude-pattern>