Total Complexity | 0 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | final class NullUri extends AbstractUri |
||
9 | { |
||
10 | /** @var string */ |
||
11 | public $scheme = 'app'; |
||
12 | |||
13 | /** @var string */ |
||
14 | public $host = 'self'; |
||
15 | |||
16 | /** @var string */ |
||
17 | public $path = '/index'; |
||
18 | |||
19 | /** |
||
20 | * Associative query array |
||
21 | * |
||
22 | * @var Query |
||
|
|||
23 | */ |
||
24 | public $query = []; |
||
25 | |||
26 | /** @var string */ |
||
27 | public $method = 'get'; |
||
28 | } |
||
29 |
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