| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | abstract class AbstractCharTwoFieldParamsType extends AbstractDsig11Element |
||
|
|
|||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Initialize a CharTwoFieldParamsType element. |
||
| 18 | * |
||
| 19 | * @param \SimpleSAML\XMLSecurity\XML\dsig11\M $m |
||
| 20 | */ |
||
| 21 | public function __construct( |
||
| 24 | } |
||
| 25 | |||
| 26 | |||
| 27 | /** |
||
| 28 | * Collect the value of the m-property |
||
| 29 | * |
||
| 30 | * @return \SimpleSAML\XMLSecurity\XML\dsig11\M |
||
| 31 | */ |
||
| 32 | public function getM(): M |
||
| 35 | } |
||
| 36 | |||
| 37 | |||
| 38 | /** |
||
| 39 | * Convert this CharTwoFieldParamsType element to XML. |
||
| 40 | * |
||
| 41 | * @param \DOMElement|null $parent The element we should append this CharTwoFieldParamsType element to. |
||
| 42 | */ |
||
| 43 | public function toXML(?DOMElement $parent = null): DOMElement |
||
| 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