aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage
diff options
context:
space:
mode:
authorKunal Mehta <legoktm@member.fsf.org>2019-02-07 01:21:19 -0800
committerUmherirrender <umherirrender_de.wp@web.de>2019-02-07 18:39:42 +0000
commitcc5d9a92a2fd7c869fc0f5b54bbb2822f3cd9ff3 (patch)
treecaf8d6e68321c0f7b6d8331365b15b69161669db /maintenance/storage
parent0abb9338f870824e258a7a138ad07efbaa6b3894 (diff)
downloadmediawikicore-cc5d9a92a2fd7c869fc0f5b54bbb2822f3cd9ff3.tar.gz
mediawikicore-cc5d9a92a2fd7c869fc0f5b54bbb2822f3cd9ff3.zip
build: Updating mediawiki/mediawiki-codesniffer to 24.0.0
Change-Id: I66b1775b7c1d36076d9ca78cbeb42787a743f2aa
Diffstat (limited to 'maintenance/storage')
-rw-r--r--maintenance/storage/compressOld.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/maintenance/storage/compressOld.php b/maintenance/storage/compressOld.php
index 260ca98d4262..8a1069ee52ff 100644
--- a/maintenance/storage/compressOld.php
+++ b/maintenance/storage/compressOld.php
@@ -362,7 +362,6 @@ class CompressOld extends Maintenance {
$primaryOldid = $revs[$i]->rev_text_id;
# Get the text of each revision and add it to the object
- // phpcs:ignore Generic.CodeAnalysis.ForLoopWithTestFunctionCall
for ( $j = 0; $j < $thisChunkSize && $chunk->isHappy(); $j++ ) {
$oldid = $revs[$i + $j]->rev_text_id;