Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / css-selector / Parser / Reader.php
index 5a1be30cd957abd4f6b676bc2e971d157d342b2b..076cb711c041a559488ad47a2409bd1c6d7dc896 100644 (file)
@@ -33,7 +33,7 @@ class Reader
     public function __construct($source)
     {
         $this->source = $source;
-        $this->length = strlen($source);
+        $this->length = \strlen($source);
     }
 
     /**