@@ -30,7 +30,7 @@ |
||
| 30 | 30 | * |
| 31 | 31 | * @throws \RuntimeException If no DOM document is available. |
| 32 | 32 | */ |
| 33 | - public static function findElement(DOMNode $ref, string $name): DOMElement|false |
|
| 33 | + public static function findElement(DOMNode $ref, string $name): DOMElement | false |
|
| 34 | 34 | { |
| 35 | 35 | $doc = $ref instanceof DOMDocument ? $ref : $ref->ownerDocument; |
| 36 | 36 | if ($doc === null) { |