@@ -36,7 +36,7 @@ |
||
| 36 | 36 | * @throws \SimpleSAML\Assert\AssertionFailedException if the supplied value is neither a string or a DOMElement |
| 37 | 37 | */ |
| 38 | 38 | final public function __construct( |
| 39 | - protected string|int|null|AbstractElement $value, |
|
| 39 | + protected string | int | null | AbstractElement $value, |
|
| 40 | 40 | ) { |
| 41 | 41 | } |
| 42 | 42 | |