Merge "Move countVisitingWatchers to WatchedItemStore"
[lhc/web/wiklou.git] / maintenance / rebuildLocalisationCache.php
index 36caa3a..68b6ea3 100644 (file)
@@ -104,7 +104,7 @@ class RebuildLocalisationCache extends Maintenance {
                $numRebuilt = 0;
                $total = count( $codes );
                $chunks = array_chunk( $codes, ceil( count( $codes ) / $threads ) );
-               $pids = array();
+               $pids = [];
                $parentStatus = 0;
                foreach ( $chunks as $codes ) {
                        // Do not fork for only one thread