Completed
Push — master ( 8253ba...a023d2 )
by Daniel
16:49 queued 05:23
created
src/Entity/Navigation/Route/RouteAwareTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,6 +32,6 @@
 block discarded – undo
32 32
     public function removeRoute(Route $route)
33 33
     {
34 34
         $this->routes->removeElement($route);
35
-       return $this;
35
+        return $this;
36 36
     }
37 37
 }
Please login to merge, or discard this patch.
src/Serializer/ApiContextBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
                 $context['groups'][] = ['default'];
95 95
             }
96 96
             array_unshift($groups, $context['groups']);
97
-            $context['groups'] = array_merge( /** @scrutinizer ignore-type */ ...$groups);
97
+            $context['groups'] = array_merge(/** @scrutinizer ignore-type */ ...$groups);
98 98
         }
99 99
         return $context;
100 100
     }
Please login to merge, or discard this patch.