diff --git a/Describer/RouteDescriber.php b/Describer/RouteDescriber.php index f8e884e..bba8887 100644 --- a/Describer/RouteDescriber.php +++ b/Describer/RouteDescriber.php @@ -107,6 +107,8 @@ class RouteDescriber implements DescriberInterface try { return new \ReflectionMethod($class, $method); } catch (\ReflectionException $e) { + // In case we can't reflect the controller, we just + // ignore the route } } }