Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / validator / Constraints / Count.php
index 53870fb5973193a6c354495adc9a7e42ebd3de5c..0a54ee78db772dd4d9c4919383c399b42f2736bf 100644 (file)
@@ -38,7 +38,7 @@ class Count extends Constraint
 
     public function __construct($options = null)
     {
-        if (null !== $options && !is_array($options)) {
+        if (null !== $options && !\is_array($options)) {
             $options = array(
                 'min' => $options,
                 'max' => $options,