Passed
Push — master ( a2d27d...3b87b5 )
by Tim
12:54
created
src/XML/auth/AbstractConstrainedValueType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      * @param bool|null $assertConstraint
46 46
      */
47 47
     final public function __construct(
48
-        protected ValueLessThan|ValueLessThanOrEqual|ValueGreaterThan|ValueGreaterThanOrEqual|ValueInRangen|ValueOneOf $value,
48
+        protected ValueLessThan | ValueLessThanOrEqual | ValueGreaterThan | ValueGreaterThanOrEqual | ValueInRangen | ValueOneOf $value,
49 49
         array $children = [],
50 50
         protected ?bool $assertConstraint = null,
51 51
     ) {
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      *   \SimpleSAML\WSSecurity\XML\auth\ValueOneOf
66 66
      * )
67 67
      */
68
-    public function getValue(): ValueLessThan|ValueLessThanOrEqual|ValueGreaterThan|ValueGreaterThanOrEqual|ValueInRangen|ValueOneOf
68
+    public function getValue(): ValueLessThan | ValueLessThanOrEqual | ValueGreaterThan | ValueGreaterThanOrEqual | ValueInRangen | ValueOneOf
69 69
     {
70 70
         return $this->value;
71 71
     }
Please login to merge, or discard this patch.
src/XML/wsx/MetadataSection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes
41 41
      */
42 42
     final public function __construct(
43
-        protected SerializableElementInterface|MetadataReference|Location $child,
43
+        protected SerializableElementInterface | MetadataReference | Location $child,
44 44
         protected string $Dialect,
45 45
         protected ?string $Identifier = null,
46 46
         array $namespacedAttributes = [],
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      *         \SimpleSAML\WSSecurity\XML\wsx\MetadataReference|
60 60
      *         \SimpleSAML\WSSecurity\XML\wsx\Location)
61 61
      */
62
-    public function getChild(): SerializableElementInterface|MetadataReference|Location
62
+    public function getChild(): SerializableElementInterface | MetadataReference | Location
63 63
     {
64 64
         return $this->child;
65 65
     }
Please login to merge, or discard this patch.