mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-01 21:06:15 +03:00
Add a note about an empty catch
This commit is contained in:
parent
ceb1d034c8
commit
f810f6a94e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue