tiaguinho / mongodb-cakephp3

An Mongodb datasource for CakePHP 3.0
MIT License
28 stars 29 forks source link

PHP 7.2 count() E_WARNING #24

Closed ignaciocarre closed 5 years ago

ignaciocarre commented 5 years ago

In the updates to PHP 7.2+, using count() as demonstrated above will emit a warning message. An E_WARNING will now be emitted when attempting to count() non-countable types (this includes the sizeof() alias function). Warning: count(): Parameter must be an array or an object that implements Countable