| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class UnknownID extends AbstractBaseID |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param \SimpleSAML\XML\Chunk $chunk The whole BaseID element as a chunk object. |
||
| 21 | * @param \SimpleSAML\XMLSchema\Type\QNameValue $type The xsi:type of this identifier. |
||
| 22 | * @param \SimpleSAML\SAML2\Type\SAMLStringValue|null $NameQualifier |
||
| 23 | * @param \SimpleSAML\SAML2\Type\SAMLStringValue|null $SPNameQualifier |
||
| 24 | */ |
||
| 25 | public function __construct( |
||
| 32 | } |
||
| 33 | |||
| 34 | |||
| 35 | /** |
||
| 36 | * Get the raw version of this identifier as a Chunk |
||
| 37 | * |
||
| 38 | * @return \SimpleSAML\XML\Chunk |
||
| 39 | */ |
||
| 40 | public function getRawIdentifier(): Chunk |
||
| 43 | } |
||
| 44 | |||
| 45 | |||
| 46 | /** |
||
| 47 | * Convert this unknown ID to XML. |
||
| 48 | */ |
||
| 49 | public function toXML(?DOMElement $parent = null): DOMElement |
||
| 54 |
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