opensearchserver-php-client
opensearchserver-php-client copied to clipboard
Methods now check for array before calling count()
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.