Passed
Pull Request — master (#61)
by Tim
02:17
created
src/XMLSchema/XML/xs/AbstractTopLevelElement.php 1 patch
Spacing   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.