Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / validator / Tests / Fixtures / CustomArrayObject.php
index 41eac961acf91ed0cb88c2c1bc9427491e8c9343..feb25318eb5e5b1abf4c97d0f894fcf986d0fa75 100644 (file)
@@ -55,7 +55,7 @@ class CustomArrayObject implements \ArrayAccess, \IteratorAggregate, \Countable,
 
     public function count()
     {
-        return count($this->array);
+        return \count($this->array);
     }
 
     public function serialize()