Total Complexity | 2 |
Total Lines | 50 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class ErrorHandlerController implements ContainerInjectableInterface |
||
13 | { |
||
14 | use ContainerInjectableTrait; |
||
15 | |||
16 | |||
17 | |||
18 | /** |
||
19 | * Add internal routes for 403, 404 and 500 that provides a page with |
||
20 | * error information, using the default page layout. |
||
21 | * |
||
22 | * @param string $message with details. |
||
23 | * |
||
24 | * @throws Anax\Route\Exception\NotFoundException |
||
25 | |||
26 | * @return object as the response. |
||
27 | */ |
||
28 | public function catchAll(...$args) : object |
||
64 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths