| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | public static function getXPath(DOMNode $node, bool $autoregister = false): DOMXPath |
||
| 28 | { |
||
| 29 | $xp = parent::getXPath($node, $autoregister); |
||
| 30 | |||
| 31 | $xp->registerNamespace('saml_protocol', C::NS_SAMLP); |
||
| 32 | $xp->registerNamespace('saml_assertion', C::NS_SAML); |
||
| 33 | $xp->registerNamespace('saml_metadata', C::NS_MD); |
||
| 34 | |||
| 35 | return $xp; |
||
| 36 | } |
||
| 38 |
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