@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | public function getSymfonyRouteCollection(RouteCollectionInterface $routes) |
| 87 | 87 | { |
| 88 | 88 | |
| 89 | - if (!$this->options['cacheDisabled'] && file_exists($this->options['cacheFile'])){ |
|
| 89 | + if (!$this->options['cacheDisabled'] && file_exists($this->options['cacheFile'])) { |
|
| 90 | 90 | //get cached route collection. |
| 91 | 91 | } |
| 92 | 92 | |
@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | array('month' => '[0-9]{4}-[0-9]{2}'), // requirements |
| 100 | 100 | array(), // options |
| 101 | 101 | '', // host |
| 102 | - array('https','https'), // schemes |
|
| 102 | + array('https', 'https'), // schemes |
|
| 103 | 103 | array('GET') // methods |
| 104 | 104 | ); |
| 105 | 105 | |