Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / console / Question / ChoiceQuestion.php
index 46cc72a368ee7df89437ff75c2121a3fab30b960..0a45d74932522920dee37a4897d83e883343d2ad 100644 (file)
@@ -156,7 +156,7 @@ class ChoiceQuestion extends Question
                     }
                 }
 
-                if (count($results) > 1) {
+                if (\count($results) > 1) {
                     throw new InvalidArgumentException(sprintf('The provided answer is ambiguous. Value should be one of %s.', implode(' or ', $results)));
                 }