Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / css-selector / CssSelector.php
index b4ac866b051b3c5237991ae2153a073379686b1e..c1f8c8882947049d30a9f97aade88f50fc9266b7 100644 (file)
@@ -17,7 +17,7 @@ namespace Symfony\Component\CssSelector;
  * CssSelector is the main entry point of the component and can convert CSS
  * selectors to XPath expressions.
  *
- * $xpath = CssSelector::toXpath('h1.foo');
+ *     $xpath = CssSelector::toXpath('h1.foo');
  *
  * This component is a port of the Python cssselect library,
  * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.