Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
35 | public function __construct( |
||
36 | int $index, |
||
37 | string $binding, |
||
38 | string $location, |
||
39 | ?bool $isDefault = null, |
||
40 | ?string $unused = null, |
||
41 | array $children = [], |
||
42 | array $attributes = [], |
||
43 | ) { |
||
44 | Assert::null( |
||
45 | $unused, |
||
46 | 'The \'ResponseLocation\' attribute must be omitted for md:ArtifactResolutionService.', |
||
47 | ); |
||
48 | parent::__construct($index, $binding, $location, $isDefault, null, $children, $attributes); |
||
49 | } |
||
51 |
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