Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / validator / Constraints / Length.php
index 0f965089b5cd6685d70917fbd950d61771debb86..20a17fabca55e62777d9aeb9d865dc22f964d5b0 100644 (file)
@@ -42,7 +42,7 @@ class Length 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,