Completed
Push — develop ( 2eaa9a...8ca981 )
by Daniel
05:35
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.