Total Complexity | 1 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | final class DiscoveryResponse extends AbstractIndexedEndpointType |
||
19 | { |
||
20 | /** @var string */ |
||
21 | public const NS = C::NS_IDPDISC; |
||
22 | |||
23 | /** @var string */ |
||
24 | public const NS_PREFIX = 'idpdisc'; |
||
25 | |||
26 | |||
27 | /** |
||
28 | * DiscoveryResponse constructor. |
||
29 | * |
||
30 | * This is an endpoint with one restriction: it cannot contain a ResponseLocation. |
||
31 | * |
||
32 | * @param int $index |
||
33 | * @param string $binding |
||
34 | * @param string $location |
||
35 | * @param bool|null $isDefault |
||
36 | * @param string|null $unused |
||
37 | * @param list<\SimpleSAML\XML\Attribute> $attributes |
||
|
|||
38 | * @param array $children |
||
39 | * |
||
40 | * @throws \SimpleSAML\Assert\AssertionFailedException |
||
41 | */ |
||
42 | public function __construct( |
||
58 |
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