| Total Complexity | 1 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types = 1); |
||
| 16 | final class AnnotatedRouteControllerLoader extends AnnotationClassLoader |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @SuppressWarnings(PHPMD.ExcessiveParameterList) |
||
| 20 | * @SuppressWarnings(PHPMD.UnusedFormalParameter) |
||
| 21 | */ |
||
| 22 | protected function configureRoute(Route $route, \ReflectionClass $class, \ReflectionMethod $method, $annot) |
||
| 30 |