@@ -142,7 +142,7 @@ |
||
| 142 | 142 | * @param \SimpleSAML\XML\Type\ValueTypeInterface|string $other |
| 143 | 143 | * @return bool |
| 144 | 144 | */ |
| 145 | - public function equals(ValueTypeInterface|string $other): bool |
|
| 145 | + public function equals(ValueTypeInterface | string $other): bool |
|
| 146 | 146 | { |
| 147 | 147 | if (is_string($other)) { |
| 148 | 148 | $other = static::fromString($other); |