Completed
Push — master ( 7cb286...46bb00 )
by Alejandro
03:06
created
src/Router/SlimRouter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
      */
115 115
     public function generateUri($name, array $substitutions = [], array $options = [])
116 116
     {
117
-        if (! $this->router->hasNamedRoute($name)) {
117
+        if (!$this->router->hasNamedRoute($name)) {
118 118
             throw new Exception\RuntimeException(sprintf(
119 119
                 'Cannot generate URI based on route "%s"; route not found',
120 120
                 $name
Please login to merge, or discard this patch.