Completed
Push — master ( 36b24c...560ded )
by Tim
44s
created
Classes/Domain/Repository/IndexRepository.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -128,8 +128,8 @@
 block discarded – undo
128 128
 
129 129
         $constraints = [];
130 130
 
131
-        if ((int) $options->getPid() > 0) {
132
-            $constraints[] = $query->equals('pid', (int) $options->getPid());
131
+        if ((int)$options->getPid() > 0) {
132
+            $constraints[] = $query->equals('pid', (int)$options->getPid());
133 133
         } elseif ($allowedPages) {
134 134
             $constraints[] = $query->in('pid', $allowedPages);
135 135
         }
Please login to merge, or discard this patch.