Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class FindInvalidRouteCalls extends FindInvalid |
||
9 | { |
||
10 | /** @var Collection */ |
||
11 | protected $routeNames; |
||
12 | protected $nameOfArgument = 'Route Names'; |
||
13 | |||
14 | public function __construct() |
||
22 | } |
||
23 | |||
24 | protected function getFunctionName() |
||
27 | } |
||
28 | |||
29 | protected function check(string $routeName): bool |
||
34 |
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