opensearchserver-php-client icon indicating copy to clipboard operation
opensearchserver-php-client copied to clipboard

Methods now check for array before calling count()

Open GenesisCraig opened this issue 6 years ago • 0 comments

Otherwise, if we try to use count() when $fieldName is not a countable entity, count() will throw an exception in PHP-7.2 or higher.

GenesisCraig avatar Jul 12 '18 18:07 GenesisCraig