Completed
Push — master ( 3f9075...1ea962 )
by Frank
04:04 queued 02:41
created
src/Routing/Loader/AnnotatedI18nRouteLoader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -197,6 +197,9 @@
 block discarded – undo
197 197
         return $globals;
198 198
     }
199 199
 
200
+    /**
201
+     * @param I18nRoute $annot
202
+     */
200 203
     protected function configureRoute(Route $route, ReflectionClass $class, ReflectionMethod $method, $annot)
201 204
     {
202 205
         $route->setDefault('_controller', $class->name . '::' . $method->getName());
Please login to merge, or discard this patch.