Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / css-selector / Node / ElementNode.php
index bcdce7a7a5207a1f52ddafadb2762e3f5eff4c86..54869af6cd30abed0c7f22dadd62bbecf7702e26 100644 (file)
@@ -37,7 +37,7 @@ class ElementNode extends AbstractNode
     }
 
     /**
-     * @return null|string
+     * @return string|null
      */
     public function getNamespace()
     {
@@ -45,7 +45,7 @@ class ElementNode extends AbstractNode
     }
 
     /**
-     * @return null|string
+     * @return string|null
      */
     public function getElement()
     {