@@ -131,6 +131,9 @@ |
||
131 | 131 | } |
132 | 132 | } |
133 | 133 | |
134 | + /** |
|
135 | + * @param string $file |
|
136 | + */ |
|
134 | 137 | protected function parseImport(RouteCollection $collection, array $config, $path, $file) |
135 | 138 | { |
136 | 139 | $type = isset($config['type']) ? $config['type'] : 'i18n_routes'; |
@@ -234,6 +234,9 @@ |
||
234 | 234 | return $globals; |
235 | 235 | } |
236 | 236 | |
237 | + /** |
|
238 | + * @param SymfonyRoute $annot |
|
239 | + */ |
|
237 | 240 | protected function configureRoute(Route $route, ReflectionClass $class, ReflectionMethod $method, $annot) |
238 | 241 | { |
239 | 242 | $route->setDefault('_controller', $class->name . '::' . $method->getName()); |