Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / http-foundation / Session / Attribute / AttributeBag.php
index ea1fda290fdfe94d2d16006ef3d31f56f5b60805..fc5fb14101b29099c44c499437b790699a7b9dbd 100644 (file)
@@ -143,6 +143,6 @@ class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Counta
      */
     public function count()
     {
-        return count($this->attributes);
+        return \count($this->attributes);
     }
 }