Completed
Push — master ( f72cfb...4ef12f )
by Tim
21s queued 18s
created
src/XMLSchema/XML/xs/AbstractElement.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     public function __construct(
48 48
         ?NCNameValue $name = null,
49 49
         ?QNameValue $reference = null,
50
-        protected LocalSimpleType|LocalComplexType|null $localType = null,
50
+        protected LocalSimpleType | LocalComplexType | null $localType = null,
51 51
         protected array $identityConstraint = [],
52 52
         protected ?QNameValue $type = null,
53 53
         protected ?QNameValue $substitutionGroup = null,
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      *
101 101
      * @return \SimpleSAML\XMLSchema\XML\xs\LocalSimpleType|\SimpleSAML\XMLSchema\XML\xs\LocalComplexType|null
102 102
      */
103
-    public function getLocalType(): LocalSimpleType|LocalComplexType|null
103
+    public function getLocalType(): LocalSimpleType | LocalComplexType | null
104 104
     {
105 105
         return $this->localType;
106 106
     }
Please login to merge, or discard this patch.
src/XMLSchema/XML/xs/AbstractLocalElement.php 1 patch
Spacing   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     public function __construct(
37 37
         ?NCNameValue $name = null,
38 38
         ?QNameValue $reference = null,
39
-        LocalSimpleType|LocalComplexType|null $localType = null,
39
+        LocalSimpleType | LocalComplexType | null $localType = null,
40 40
         array $identityConstraint = [],
41 41
         ?QNameValue $type = null,
42 42
         ?MinOccursValue $minOccurs = null,
@@ -51,21 +51,21 @@  discard block
 block discarded – undo
51 51
         array $namespacedAttributes = [],
52 52
     ) {
53 53
         parent::__construct(
54
-            name: $name,
55
-            reference: $reference,
56
-            localType: $localType,
57
-            identityConstraint: $identityConstraint,
58
-            type: $type,
59
-            minOccurs: $minOccurs,
60
-            maxOccurs: $maxOccurs,
61
-            default: $default,
62
-            fixed: $fixed,
63
-            nillable: $nillable,
64
-            block: $block,
65
-            form: $form,
66
-            annotation: $annotation,
67
-            id: $id,
68
-            namespacedAttributes: $namespacedAttributes,
54
+            name : $name,
55
+            reference : $reference,
56
+            localType : $localType,
57
+            identityConstraint : $identityConstraint,
58
+            type : $type,
59
+            minOccurs : $minOccurs,
60
+            maxOccurs : $maxOccurs,
61
+            default : $default,
62
+            fixed : $fixed,
63
+            nillable : $nillable,
64
+            block : $block,
65
+            form : $form,
66
+            annotation : $annotation,
67
+            id : $id,
68
+            namespacedAttributes : $namespacedAttributes,
69 69
         );
70 70
     }
71 71
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/xs/AbstractSimpleExplicitGroup.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
-            nestedParticles: $nestedParticles,
37
-            annotation: $annotation,
38
-            id: $id,
39
-            namespacedAttributes: $namespacedAttributes,
36
+            nestedParticles : $nestedParticles,
37
+            annotation : $annotation,
38
+            id : $id,
39
+            namespacedAttributes : $namespacedAttributes,
40 40
         );
41 41
     }
42 42
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/xs/AbstractNarrowMaxMin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     public function __construct(
41 41
         ?NCNameValue $name = null,
42 42
         ?QNameValue $reference = null,
43
-        LocalSimpleType|LocalComplexType|null $localType = null,
43
+        LocalSimpleType | LocalComplexType | null $localType = null,
44 44
         array $identityConstraint = [],
45 45
         ?QNameValue $type = null,
46 46
         ?MinOccursValue $minOccurs = null,
Please login to merge, or discard this patch.
src/XMLSchema/XML/xs/AbstractSimpleRestrictionType.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -42,14 +42,14 @@
 block discarded – undo
42 42
         array $namespacedAttributes = [],
43 43
     ) {
44 44
         parent::__construct(
45
-            base: $base,
46
-            localSimpleType: $localSimpleType,
47
-            facets: $facets,
48
-            attributes: $attributes,
49
-            anyAttribute: $anyAttribute,
50
-            annotation: $annotation,
51
-            id: $id,
52
-            namespacedAttributes: $namespacedAttributes,
45
+            base : $base,
46
+            localSimpleType : $localSimpleType,
47
+            facets : $facets,
48
+            attributes : $attributes,
49
+            anyAttribute : $anyAttribute,
50
+            annotation : $annotation,
51
+            id : $id,
52
+            namespacedAttributes : $namespacedAttributes,
53 53
         );
54 54
     }
55 55
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/xs/AbstractComplexRestrictionType.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -40,13 +40,13 @@
 block discarded – undo
40 40
         array $namespacedAttributes = [],
41 41
     ) {
42 42
         parent::__construct(
43
-            base: $base,
44
-            particle: $particle,
45
-            attributes: $attributes,
46
-            anyAttribute: $anyAttribute,
47
-            annotation: $annotation,
48
-            id: $id,
49
-            namespacedAttributes: $namespacedAttributes,
43
+            base : $base,
44
+            particle : $particle,
45
+            attributes : $attributes,
46
+            anyAttribute : $anyAttribute,
47
+            annotation : $annotation,
48
+            id : $id,
49
+            namespacedAttributes : $namespacedAttributes,
50 50
         );
51 51
     }
52 52
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/xs/ComplexTypeModelTrait.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
      *
20 20
      * @var \SimpleSAML\XMLSchema\XML\xs\SimpleContent|\SimpleSAML\XMLSchema\XML\xs\ComplexContent|null
21 21
      */
22
-    protected SimpleContent|ComplexContent|null $content = null;
22
+    protected SimpleContent | ComplexContent | null $content = null;
23 23
 
24 24
 
25 25
     /**
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      *
28 28
      * @return \SimpleSAML\XMLSchema\XML\xs\SimpleContent|\SimpleSAML\XMLSchema\XML\xs\ComplexContent|null
29 29
      */
30
-    public function getContent(): SimpleContent|ComplexContent|null
30
+    public function getContent(): SimpleContent | ComplexContent | null
31 31
     {
32 32
         return $this->content;
33 33
     }
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
      *
39 39
      * @param \SimpleSAML\XMLSchema\XML\xs\SimpleContent|\SimpleSAML\XMLSchema\XML\xs\ComplexContent|null $content
40 40
      */
41
-    protected function setContent(SimpleContent|ComplexContent|null $content = null): void
41
+    protected function setContent(SimpleContent | ComplexContent | null $content = null): void
42 42
     {
43 43
         $this->content = $content;
44 44
     }
Please login to merge, or discard this patch.
src/XMLSchema/XML/xs/SimpleContent.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
      * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes
35 35
      */
36 36
     public function __construct(
37
-        protected SimpleRestriction|SimpleExtension $content,
37
+        protected SimpleRestriction | SimpleExtension $content,
38 38
         ?Annotation $annotation = null,
39 39
         ?IDValue $id = null,
40 40
         array $namespacedAttributes = [],
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      *
49 49
      * @return \SimpleSAML\XMLSchema\XML\xs\SimpleRestriction|\SimpleSAML\XMLSchema\XML\xs\SimpleExtension
50 50
      */
51
-    public function getContent(): SimpleRestriction|SimpleExtension
51
+    public function getContent(): SimpleRestriction | SimpleExtension
52 52
     {
53 53
         return $this->content;
54 54
     }
Please login to merge, or discard this patch.
src/XMLSchema/XML/xs/AbstractNamedAttributeGroup.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -40,13 +40,13 @@
 block discarded – undo
40 40
         array $namespacedAttributes = [],
41 41
     ) {
42 42
         parent::__construct(
43
-            name: $name,
44
-            attributes: $attributes,
45
-            anyAttribute: $anyAttribute,
46
-            reference: null,
47
-            annotation: $annotation,
48
-            id: $id,
49
-            namespacedAttributes: $namespacedAttributes,
43
+            name : $name,
44
+            attributes : $attributes,
45
+            anyAttribute : $anyAttribute,
46
+            reference : null,
47
+            annotation : $annotation,
48
+            id : $id,
49
+            namespacedAttributes : $namespacedAttributes,
50 50
         );
51 51
     }
52 52
 }
Please login to merge, or discard this patch.