| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 29 | public function __construct( |
||
| 30 | QNameValue $reference, |
||
| 31 | ?Annotation $annotation = null, |
||
| 32 | ?IDValue $id = null, |
||
| 33 | array $namespacedAttributes = [], |
||
| 34 | ) { |
||
| 35 | parent::__construct( |
||
| 36 | reference: $reference, |
||
| 37 | annotation: $annotation, |
||
| 38 | id: $id, |
||
| 39 | namespacedAttributes: $namespacedAttributes, |
||
| 40 | ); |
||
| 43 |