@@ -41,7 +41,7 @@ |
||
41 | 41 | * @throws \SimpleSAML\Assert\AssertionFailedException if the supplied value is neither a string or a DOMElement |
42 | 42 | */ |
43 | 43 | public function __construct( |
44 | - protected string|int|null|AbstractElement $value, |
|
44 | + protected string | int | null | AbstractElement $value, |
|
45 | 45 | ) { |
46 | 46 | } |
47 | 47 |