Completed
Push — master ( b5df13...7cb286 )
by Alejandro
02:46 queued 24s
created
src/Router/SlimRouter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
      */
109 109
     public function generateUri($name, array $substitutions = [])
110 110
     {
111
-        if (! $this->router->hasNamedRoute($name)) {
111
+        if (!$this->router->hasNamedRoute($name)) {
112 112
             throw new Exception\RuntimeException(sprintf(
113 113
                 'Cannot generate URI based on route "%s"; route not found',
114 114
                 $name
Please login to merge, or discard this patch.