@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | */ |
| 35 | 35 | public function __construct( |
| 36 | 36 | NCNameValue $name, |
| 37 | - LocalSimpleType|LocalComplexType|null $localType = null, |
|
| 37 | + LocalSimpleType | LocalComplexType | null $localType = null, |
|
| 38 | 38 | array $identityConstraint = [], |
| 39 | 39 | ?QNameValue $type = null, |
| 40 | 40 | ?QNameValue $substitutionGroup = null, |
@@ -49,20 +49,20 @@ discard block |
||
| 49 | 49 | array $namespacedAttributes = [], |
| 50 | 50 | ) { |
| 51 | 51 | parent::__construct( |
| 52 | - name: $name, |
|
| 53 | - localType: $localType, |
|
| 54 | - identityConstraint: $identityConstraint, |
|
| 55 | - type: $type, |
|
| 56 | - substitutionGroup: $substitutionGroup, |
|
| 57 | - default: $default, |
|
| 58 | - fixed: $fixed, |
|
| 59 | - nillable: $nillable, |
|
| 60 | - abstract: $abstract, |
|
| 61 | - final: $final, |
|
| 62 | - block: $block, |
|
| 63 | - annotation: $annotation, |
|
| 64 | - id: $id, |
|
| 65 | - namespacedAttributes: $namespacedAttributes, |
|
| 52 | + name : $name, |
|
| 53 | + localType : $localType, |
|
| 54 | + identityConstraint : $identityConstraint, |
|
| 55 | + type : $type, |
|
| 56 | + substitutionGroup : $substitutionGroup, |
|
| 57 | + default : $default, |
|
| 58 | + fixed : $fixed, |
|
| 59 | + nillable : $nillable, |
|
| 60 | + abstract : $abstract, |
|
| 61 | + final : $final, |
|
| 62 | + block : $block, |
|
| 63 | + annotation : $annotation, |
|
| 64 | + id : $id, |
|
| 65 | + namespacedAttributes : $namespacedAttributes, |
|
| 66 | 66 | ); |
| 67 | 67 | } |
| 68 | 68 | } |