Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / vendor / symfony / css-selector / Parser / Token.php
index 9baaa6dd8d1658e7470d709bd9487d476c7b828b..72baae776dab37072c8bd12a7222093bdeea470b 100644 (file)
@@ -92,7 +92,7 @@ class Token
             return true;
         }
 
-        return in_array($this->value, $values);
+        return \in_array($this->value, $values);
     }
 
     /**