| Conditions | 1 |
| Paths | 1 |
| Total Lines | 17 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | public function __construct( |
||
| 31 | QNameValue $base, |
||
| 32 | // xs:attrDecls |
||
| 33 | array $attributes = [], |
||
| 34 | ?AnyAttribute $anyAttribute = null, |
||
| 35 | // parent defined |
||
| 36 | ?Annotation $annotation = null, |
||
| 37 | ?IDValue $id = null, |
||
| 38 | array $namespacedAttributes = [], |
||
| 39 | ) { |
||
| 40 | parent::__construct( |
||
| 41 | base: $base, |
||
| 42 | attributes: $attributes, |
||
| 43 | anyAttribute: $anyAttribute, |
||
| 44 | annotation: $annotation, |
||
| 45 | id: $id, |
||
| 46 | namespacedAttributes: $namespacedAttributes, |
||
| 47 | ); |
||
| 50 |
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