Passed
Branch master (6300c9)
by Tim
13:10
created
Category
src/XML/auth/AbstractClaimType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
         protected ?DisplayName $displayName = null,
62 62
         protected ?Description $description = null,
63 63
         protected ?DisplayValue $displayValue = null,
64
-        protected null|Value|EncryptedValue|StructuredValue|ConstrainedValue|SerializableElementInterface $value = null,
64
+        protected null | Value | EncryptedValue | StructuredValue | ConstrainedValue | SerializableElementInterface $value = null,
65 65
         array $namespacedAttributes = [],
66 66
     ) {
67 67
         Assert::validURI($uri);
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      *   null
92 92
      * ) $value
93 93
      */
94
-    public function getValue(): null|Value|EncryptedValue|StructuredValue|ConstrainedValue|SerializableElementInterface
94
+    public function getValue(): null | Value | EncryptedValue | StructuredValue | ConstrainedValue | SerializableElementInterface
95 95
     {
96 96
         return $this->value;
97 97
     }
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.