Passed
Push — master ( d0ff84...ac125a )
by Mariano
06:57
created
src/PowerRoute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
             );
98 98
         }
99 99
 
100
-        throw new \RuntimeException('Invalid condition specified for route: ' . $route);
100
+        throw new \RuntimeException('Invalid condition specified for route: '.$route);
101 101
     }
102 102
 
103 103
     private function getConditionsMatcher($matcher)
Please login to merge, or discard this patch.