Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Exception / ParameterNotFoundException.php
index 40c01b05081d8e77dc85f434c1a7afdc96df4052..7a30f629d518356104325394f668f7c5f0f47bd7 100644 (file)
@@ -56,7 +56,7 @@ class ParameterNotFoundException extends InvalidArgumentException
         }
 
         if ($this->alternatives) {
-            if (1 == count($this->alternatives)) {
+            if (1 == \count($this->alternatives)) {
                 $this->message .= ' Did you mean this: "';
             } else {
                 $this->message .= ' Did you mean one of these: "';