Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Argument / RewindableGenerator.php
index e162a7c34decabb02c991443e899074e2b990ca6..f8f771d627acf97ff112f5b0ecc9e52d14f991fc 100644 (file)
@@ -38,7 +38,7 @@ class RewindableGenerator implements \IteratorAggregate, \Countable
 
     public function count()
     {
-        if (is_callable($count = $this->count)) {
+        if (\is_callable($count = $this->count)) {
             $this->count = $count();
         }