diff options
author | Kunal Mehta <legoktm@member.fsf.org> | 2019-02-07 01:21:19 -0800 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2019-02-07 18:39:42 +0000 |
commit | cc5d9a92a2fd7c869fc0f5b54bbb2822f3cd9ff3 (patch) | |
tree | caf8d6e68321c0f7b6d8331365b15b69161669db /maintenance/storage | |
parent | 0abb9338f870824e258a7a138ad07efbaa6b3894 (diff) | |
download | mediawikicore-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.php | 1 |
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; |