Passed
Push — master ( 7fec9e...1156c1 )
by Tim
01:26
created
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.
src/XMLSchema/XML/AbstractTopLevelSimpleType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes
32 32
      */
33 33
     public function __construct(
34
-        Union|XsList|Restriction $derivation,
34
+        Union | XsList | Restriction $derivation,
35 35
         NCNameValue $name,
36 36
         ?SimpleDerivationSetValue $final = null,
37 37
         ?Annotation $annotation = null,
Please login to merge, or discard this patch.
src/XMLSchema/XML/AbstractTopLevelAttribute.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -41,14 +41,14 @@
 block discarded – undo
41 41
         array $namespacedAttributes = [],
42 42
     ) {
43 43
         parent::__construct(
44
-            name: $name,
45
-            type: $type,
46
-            default: $default,
47
-            fixed: $fixed,
48
-            simpleType: $simpleType,
49
-            annotation: $annotation,
50
-            id: $id,
51
-            namespacedAttributes: $namespacedAttributes,
44
+            name : $name,
45
+            type : $type,
46
+            default : $default,
47
+            fixed : $fixed,
48
+            simpleType : $simpleType,
49
+            annotation : $annotation,
50
+            id : $id,
51
+            namespacedAttributes : $namespacedAttributes,
52 52
         );
53 53
     }
54 54
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/AbstractLocalComplexType.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      */
31 31
     public function __construct(
32 32
         ?BooleanValue $mixed = null,
33
-        SimpleContent|ComplexContent|null $content = null,
33
+        SimpleContent | ComplexContent | null $content = null,
34 34
         ?TypeDefParticleInterface $particle = null,
35 35
         array $attributes = [],
36 36
         ?AnyAttribute $anyAttribute = null,
@@ -39,14 +39,14 @@  discard block
 block discarded – undo
39 39
         array $namespacedAttributes = [],
40 40
     ) {
41 41
         parent::__construct(
42
-            mixed: $mixed,
43
-            content: $content,
44
-            particle: $particle,
45
-            attributes: $attributes,
46
-            anyAttribute: $anyAttribute,
47
-            annotation: $annotation,
48
-            id: $id,
49
-            namespacedAttributes: $namespacedAttributes,
42
+            mixed : $mixed,
43
+            content : $content,
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/AbstractExplicitGroup.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -38,12 +38,12 @@
 block discarded – undo
38 38
         array $namespacedAttributes = [],
39 39
     ) {
40 40
         parent::__construct(
41
-            particles: $nestedParticles,
42
-            minOccurs: $minOccurs,
43
-            maxOccurs: $maxOccurs,
44
-            annotation: $annotation,
45
-            id: $id,
46
-            namespacedAttributes: $namespacedAttributes,
41
+            particles : $nestedParticles,
42
+            minOccurs : $minOccurs,
43
+            maxOccurs : $maxOccurs,
44
+            annotation : $annotation,
45
+            id : $id,
46
+            namespacedAttributes : $namespacedAttributes,
47 47
         );
48 48
     }
49 49
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/AbstractSimpleExtensionType.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -37,12 +37,12 @@
 block discarded – undo
37 37
         array $namespacedAttributes = [],
38 38
     ) {
39 39
         parent::__construct(
40
-            base: $base,
41
-            attributes: $attributes,
42
-            anyAttribute: $anyAttribute,
43
-            annotation: $annotation,
44
-            id: $id,
45
-            namespacedAttributes: $namespacedAttributes,
40
+            base : $base,
41
+            attributes : $attributes,
42
+            anyAttribute : $anyAttribute,
43
+            annotation : $annotation,
44
+            id : $id,
45
+            namespacedAttributes : $namespacedAttributes,
46 46
         );
47 47
     }
48 48
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/AbstractElement.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
     public function __construct(
57 57
         ?NCNameValue $name = null,
58 58
         ?QNameValue $reference = null,
59
-        protected LocalSimpleType|LocalComplexType|null $localType = null,
59
+        protected LocalSimpleType | LocalComplexType | null $localType = null,
60 60
         protected array $identityConstraint = [],
61 61
         protected ?QNameValue $type = null,
62 62
         protected ?QNameValue $substitutionGroup = null,
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
      *
118 118
      * @return \SimpleSAML\XMLSchema\XML\LocalSimpleType|\SimpleSAML\XMLSchema\XML\LocalComplexType|null
119 119
      */
120
-    public function getLocalType(): LocalSimpleType|LocalComplexType|null
120
+    public function getLocalType(): LocalSimpleType | LocalComplexType | null
121 121
     {
122 122
         return $this->localType;
123 123
     }
Please login to merge, or discard this patch.
src/XMLSchema/XML/AbstractTopLevelComplexType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
         ?BooleanValue $abstract = null,
40 40
         ?DerivationSetValue $final = null,
41 41
         ?DerivationSetValue $block = null,
42
-        SimpleContent|ComplexContent|null $content = null,
42
+        SimpleContent | ComplexContent | null $content = null,
43 43
         ?TypeDefParticleInterface $particle = null,
44 44
         array $attributes = [],
45 45
         ?AnyAttribute $anyAttribute = null,
Please login to merge, or discard this patch.