Passed
Pull Request — master (#1744)
by Georg
19:22
created
Classes/Domain/Search/SearchRequest.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -467,7 +467,9 @@
 block discarded – undo
467 467
         $path = $this->prefixWithNamespace('groupPage');
468 468
         $groupPages = $this->argumentsAccessor->get($path);
469 469
         foreach ($groupPages as $groups) {
470
-            if (!is_array($groups)) continue;
470
+            if (!is_array($groups)) {
471
+                continue;
472
+            }
471 473
             foreach ($groups as $groupItemPage) {
472 474
                 if ($groupItemPage > $max) {
473 475
                     $max = $groupItemPage;
Please login to merge, or discard this patch.