Passed
Push — master ( 485287...41e3dd )
by Enrico
02:42
created
src/RouteMatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         $matches = null;
23 23
         try {
24 24
             preg_match($verbRegexp, $this->app['request']->getMethod()) &&
25
-            preg_match($pathRegexp, $this->app['request']->getPathInfo(),$matches);
25
+            preg_match($pathRegexp, $this->app['request']->getPathInfo(), $matches);
26 26
         } catch (Exception $e) { 
27 27
             // just ignore regexp errors ...
28 28
         }
Please login to merge, or discard this patch.