Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / routing / RouteCollection.php
index e22cbc5f2e0c79c95e17b681384ed034a1ca5c67..c42229af2878250fe5478eeb253d7c343a8052a2 100644 (file)
@@ -63,7 +63,7 @@ class RouteCollection implements \IteratorAggregate, \Countable
      */
     public function count()
     {
-        return count($this->routes);
+        return \count($this->routes);
     }
 
     /**