| Total Complexity | 3 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | abstract class AbstractPrimeFieldParamsType extends AbstractDsig11Element |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Initialize a PrimeFieldParamsType element. |
||
| 24 | * |
||
| 25 | * @param \SimpleSAML\XML\dsig11\P $p |
||
|
|
|||
| 26 | */ |
||
| 27 | public function __construct( |
||
| 28 | protected P $p, |
||
| 29 | ) { |
||
| 30 | } |
||
| 31 | |||
| 32 | |||
| 33 | /** |
||
| 34 | * Collect the value of the p-property |
||
| 35 | * |
||
| 36 | * @return \SimpleSAML\XMLSecurity\XML\dsig11\P |
||
| 37 | */ |
||
| 38 | public function getP(): P |
||
| 39 | { |
||
| 40 | return $this->p; |
||
| 41 | } |
||
| 42 | |||
| 43 | |||
| 44 | /** |
||
| 45 | * Convert this PrimeFieldParamsType element to XML. |
||
| 46 | * |
||
| 47 | * @param \DOMElement|null $parent The element we should append this PrimeFieldParamsType element to. |
||
| 48 | * @return \DOMElement |
||
| 49 | */ |
||
| 50 | public function toXML(?DOMElement $parent = null): DOMElement |
||
| 56 | } |
||
| 57 | } |
||
| 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