Fix phpcs issues from LanguageConverter patches
[lhc/web/wiklou.git] / maintenance / cleanupInvalidDbKeys.php
index b487f89..569fd2b 100644 (file)
@@ -161,7 +161,7 @@ TEXT
                                $titleField . $dbr->buildLike( $percent, '_' ),
                        ], LIST_OR ) ],
                        __METHOD__,
-                       [ 'LIMIT' => $this->mBatchSize ]
+                       [ 'LIMIT' => $this->getBatchSize() ]
                );
 
                $this->outputStatus( "Number of invalid rows: " . $res->numRows() . "\n" );