Completed
Push — master ( 1595c9...264e47 )
by Alejandro
01:56
created
src/Router/SlimRouter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     {
104 104
         $this->injectRoutes();
105 105
 
106
-        if (! $this->router->hasNamedRoute($name)) {
106
+        if (!$this->router->hasNamedRoute($name)) {
107 107
             throw new Exception\RuntimeException(sprintf(
108 108
                 'Cannot generate URI based on route "%s"; route not found',
109 109
                 $name
Please login to merge, or discard this patch.