Completed
Push — master ( f72cfb...4ef12f )
by Tim
21s queued 18s
created
src/XMLSchema/XML/xs/AbstractReferencedAttributeGroup.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,10 +33,10 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.