@@ -45,7 +45,7 @@ |
||
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 | ) { |
@@ -42,7 +42,7 @@ |
||
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 | ) { |
@@ -49,7 +49,7 @@ |
||
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 | ) { |
@@ -45,7 +45,7 @@ |
||
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 | ) { |