| Total Complexity | 6 |
| Total Lines | 52 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | abstract class AbstractAlgorithmIdentifierType extends AbstractXenc11Element |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * AlgorithmIdentifierType constructor. |
||
| 21 | * |
||
| 22 | * @param \SimpleSAML\XMLSchema\Type\AnyURIValue $Algorithm |
||
| 23 | * @param \SimpleSAML\XMLSecurity\XML\xenc11\Parameters|null $parameters |
||
| 24 | */ |
||
| 25 | public function __construct( |
||
| 26 | protected AnyURIValue $Algorithm, |
||
| 27 | protected ?Parameters $parameters = null, |
||
| 28 | ) { |
||
| 29 | } |
||
| 30 | |||
| 31 | |||
| 32 | /** |
||
| 33 | * Get the value of the $Algorithm property. |
||
| 34 | * |
||
| 35 | * @return \SimpleSAML\XMLSchema\Type\AnyURIValue |
||
| 36 | */ |
||
| 37 | public function getAlgorithm(): AnyURIValue |
||
| 40 | } |
||
| 41 | |||
| 42 | |||
| 43 | /** |
||
| 44 | * Get the value of the $parameters property. |
||
| 45 | * |
||
| 46 | * @return \SimpleSAML\XMLSecurity\XML\xenc11\Parameters|null |
||
| 47 | */ |
||
| 48 | public function getParameters(): ?Parameters |
||
| 51 | } |
||
| 52 | |||
| 53 | |||
| 54 | /** |
||
| 55 | * @inheritDoc |
||
| 56 | */ |
||
| 57 | public function toXML(?DOMElement $parent = null): DOMElement |
||
| 69 | } |
||
| 70 | } |
||
| 71 |
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