Total Complexity | 1 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | final class ArtifactResolutionService extends AbstractIndexedEndpointType implements SchemaValidatableElementInterface |
||
17 | { |
||
18 | use SchemaValidatableElementTrait; |
||
19 | |||
20 | /** |
||
21 | * ArtifactResolutionService constructor. |
||
22 | * |
||
23 | * This is an endpoint with one restriction: it cannot contain a ResponseLocation. |
||
24 | * |
||
25 | * @param int $index |
||
26 | * @param string $binding |
||
27 | * @param string $location |
||
28 | * @param bool|null $isDefault |
||
29 | * @param string|null $unused |
||
30 | * @param list<\SimpleSAML\XML\Attribute> $attributes |
||
|
|||
31 | * @param array $children |
||
32 | * |
||
33 | * @throws \SimpleSAML\Assert\AssertionFailedException |
||
34 | */ |
||
35 | public function __construct( |
||
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