Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent E_WARNING for non-countable type
ABF::__isListed returns a boolean value, which is not countable. Attempting to count non-countable types will emit an E_WARNING since PHP 7.2; see: http://php.net/manual/de/migration72.incompatible.php
- Loading branch information