Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / validator / Tests / Fixtures / Countable.php
index 282d78d45a67222a7910102ad02d69969d703187..afc42376a254b92b7acac6446bd4ad709c6da4c0 100644 (file)
@@ -22,6 +22,6 @@ class Countable implements \Countable
 
     public function count()
     {
-        return count($this->content);
+        return \count($this->content);
     }
 }