@@ -22,7 +22,7 @@ |
||
| 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 | } |