Passed
Pull Request — master (#3)
by
unknown
13:11
created
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.
src/XML/sp/AbstractSpnegoContextTokenType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
      * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes
45 45
      */
46 46
     final public function __construct(
47
-        protected Issuer|IssuerName|null $issuer,
47
+        protected Issuer | IssuerName | null $issuer,
48 48
         ?IncludeToken $includeToken = null,
49 49
         array $elts = [],
50 50
         array $namespacedAttributes = []
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
      *
61 61
      * @return \SimpleSAML\WSSecurity\XML\sp\Issuer|\SimpleSAML\WSSecurity\XML\sp\IssuerName|null
62 62
      */
63
-    public function getIssuer(): Issuer|IssuerName|null
63
+    public function getIssuer(): Issuer | IssuerName | null
64 64
     {
65 65
         return $this->issuer;
66 66
     }
Please login to merge, or discard this patch.