Passed
Push — master ( 00f101...64aed6 )
by Tim
02:23
created
src/XMLSchema/XML/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.
src/XMLSchema/XML/ComplexContent.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
      * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes
37 37
      */
38 38
     public function __construct(
39
-        protected ComplexRestriction|Extension $content,
39
+        protected ComplexRestriction | Extension $content,
40 40
         protected ?BooleanValue $mixed = null,
41 41
         ?Annotation $annotation = null,
42 42
         ?IDValue $id = null,
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      *
52 52
      * @return \SimpleSAML\XMLSchema\XML\ComplexRestriction|\SimpleSAML\XMLSchema\XML\Extension
53 53
      */
54
-    public function getContent(): ComplexRestriction|Extension
54
+    public function getContent(): ComplexRestriction | Extension
55 55
     {
56 56
         return $this->content;
57 57
     }
Please login to merge, or discard this patch.
src/XMLSchema/XML/AbstractReferencedGroup.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.
src/XMLSchema/XML/AbstractLocalSimpleType.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -28,10 +28,10 @@
 block discarded – undo
28 28
         array $namespacedAttributes = [],
29 29
     ) {
30 30
         parent::__construct(
31
-            derivation: $derivation,
32
-            annotation: $annotation,
33
-            id: $id,
34
-            namespacedAttributes: $namespacedAttributes,
31
+            derivation : $derivation,
32
+            annotation : $annotation,
33
+            id : $id,
34
+            namespacedAttributes : $namespacedAttributes,
35 35
         );
36 36
     }
37 37
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/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/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/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/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/AbstractComplexType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         protected ?BooleanValue $abstract = null,
47 47
         protected ?DerivationSetValue $final = null,
48 48
         protected ?DerivationSetValue $block = null,
49
-        SimpleContent|ComplexContent|null $content = null,
49
+        SimpleContent | ComplexContent | null $content = null,
50 50
         ?TypeDefParticleInterface $particle = null,
51 51
         array $attributes = [],
52 52
         ?AnyAttribute $anyAttribute = null,
Please login to merge, or discard this patch.