@@ -33,10 +33,10 @@ |
||
33 | 33 | array $namespacedAttributes = [], |
34 | 34 | ) { |
35 | 35 | parent::__construct( |
36 | - reference: $reference, |
|
37 | - annotation: $annotation, |
|
38 | - id: $id, |
|
39 | - namespacedAttributes: $namespacedAttributes, |
|
36 | + reference : $reference, |
|
37 | + annotation : $annotation, |
|
38 | + id : $id, |
|
39 | + namespacedAttributes : $namespacedAttributes, |
|
40 | 40 | ); |
41 | 41 | } |
42 | 42 | } |