Completed
Push — master ( 789983...277954 )
by Frank
04:24
created
src/Routing/Loader/AnnotatedI18nRouteLoader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -234,6 +234,9 @@
 block discarded – undo
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());
Please login to merge, or discard this patch.