Passed
Pull Request — master (#75)
by
unknown
02:41
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 \SimpleSAML\XMLSecurity\Exception\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.