We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Actually we encounter an issue by migrate our application to PHP 7. The Zimbra connection is broken and always return
Warning: count(): Parameter must be an array or an object that implements Countable
It because you often user this kind of stuff: $sender->getSearches()->count() instead of check is variable not null or empty.
$sender->getSearches()->count()
Have you planned to update code for php 7 or this package is abandoned?
Thanks for your attention, have a nice day
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Actually we encounter an issue by migrate our application to PHP 7. The Zimbra connection is broken and always return
Warning: count(): Parameter must be an array or an object that implements Countable
It because you often user this kind of stuff:
$sender->getSearches()->count()
instead of check is variable not null or empty.
Have you planned to update code for php 7 or this package is abandoned?
Thanks for your attention, have a nice day
The text was updated successfully, but these errors were encountered: