aboutsummaryrefslogtreecommitdiffstats
path: root/includes/BadFileLookup.php
diff options
context:
space:
mode:
authorUmherirrender <umherirrender_de.wp@web.de>2021-01-30 13:51:38 +0100
committerReedy <reedy@wikimedia.org>2021-01-31 13:34:38 +0000
commit62002cdcf1becd528764cad2123393fd8ac4d587 (patch)
treee0739c735a3ecc85a6eb06f762c89d1efb961d44 /includes/BadFileLookup.php
parent8a03ce65641954fa283c97283b9f1f6e513109e9 (diff)
downloadmediawikicore-62002cdcf1becd528764cad2123393fd8ac4d587.tar.gz
mediawikicore-62002cdcf1becd528764cad2123393fd8ac4d587.zip
build: Update mediawiki/mediawiki-codesniffer to 35.0.0
Change-Id: Idb413be4b8cba8611afdc022af59810ce1a4531e
Diffstat (limited to 'includes/BadFileLookup.php')
-rw-r--r--includes/BadFileLookup.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/BadFileLookup.php b/includes/BadFileLookup.php
index 8419f1082bc4..ce0e04efea46 100644
--- a/includes/BadFileLookup.php
+++ b/includes/BadFileLookup.php
@@ -128,7 +128,6 @@ class BadFileLookup {
}
return isset( $this->badFiles[$name] ) && ( !$contextTitle ||
- !isset( $this->badFiles[$name][$contextTitle->getNamespace()]
- [$contextTitle->getDBkey()] ) );
+ !isset( $this->badFiles[$name][$contextTitle->getNamespace()][$contextTitle->getDBkey()] ) );
}
}