Completed
Push — master ( fd532e...3e3e29 )
by Timo
12s
created
Classes/IndexQueue/Initializer/Page.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -287,8 +287,8 @@
 block discarded – undo
287 287
 
288 288
         $mountedPagesIdsWithQueueItems = [];
289 289
         foreach ($queueItemsOfExistingMountPoints as $id => $queueItemsOfExistingMountPoint) {
290
-            if (((int) $queueItemsOfExistingMountPoint['queueItemCount']) > 0) {
291
-                $mountedPagesIdsWithQueueItems[] = (int) $id;
290
+            if (((int)$queueItemsOfExistingMountPoint['queueItemCount']) > 0) {
291
+                $mountedPagesIdsWithQueueItems[] = (int)$id;
292 292
             }
293 293
         }
294 294
 
Please login to merge, or discard this patch.
Classes/SolrService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
      */
254 254
     protected function performPingRequest($timeout = 2, $useCache = true)
255 255
     {
256
-        $cacheKey = (string) ($this);
256
+        $cacheKey = (string)($this);
257 257
         if ($useCache && isset(static::$pingCache[$cacheKey])) {
258 258
             return static::$pingCache[$cacheKey];
259 259
         }
Please login to merge, or discard this patch.