Passed
Push — master ( 0de58e...db626c )
by Tim
02:41
created
src/XML/sp_200507/AbstractSpnegoContextTokenType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      */
46 46
     final public function __construct(
47 47
         protected ?Issuer $issuer,
48
-        IncludeToken|string|null $includeToken = null,
48
+        IncludeToken | string | null $includeToken = null,
49 49
         array $elts = [],
50 50
         array $namespacedAttributes = [],
51 51
     ) {
Please login to merge, or discard this patch.
src/XML/sp_200507/AbstractTokenAssertionType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes
43 43
      */
44 44
     final public function __construct(
45
-        IncludeToken|string|null $includeToken = null,
45
+        IncludeToken | string | null $includeToken = null,
46 46
         array $elts = [],
47 47
         array $namespacedAttributes = [],
48 48
     ) {
Please login to merge, or discard this patch.
src/XML/sp_200507/AbstractIssuedTokenType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     final public function __construct(
50 50
         protected RequestSecurityTokenTemplate $requestSecurityTokenTemplate,
51 51
         protected ?Issuer $issuer,
52
-        IncludeToken|string|null $includeToken = null,
52
+        IncludeToken | string | null $includeToken = null,
53 53
         array $elts = [],
54 54
         array $namespacedAttributes = [],
55 55
     ) {
Please login to merge, or discard this patch.
src/XML/sp_200507/AbstractSecureConversationTokenType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      */
46 46
     final public function __construct(
47 47
         protected ?Issuer $issuer,
48
-        IncludeToken|string|null $includeToken = null,
48
+        IncludeToken | string | null $includeToken = null,
49 49
         array $elts = [],
50 50
         array $namespacedAttributes = [],
51 51
     ) {
Please login to merge, or discard this patch.