Updated Drupal to 8.6. This goes with the following updates because it's possible...
[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);
     }
 
     /**