Completed
Push — master ( 8864d8...7e8646 )
by Tim
11s
created
src/XPath/XPath.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.