Skip to content
New issue

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

Fix for non-countable variable #82

Closed
wants to merge 1 commit into from
Closed

Fix for non-countable variable #82

wants to merge 1 commit into from

Conversation

shibby
Copy link

@shibby shibby commented Dec 7, 2017

sizeof(): Parameter must be an array or an object that implements Countable {"exception":"[object] (ErrorException(code: 0): sizeof(): Parameter must be an array or an object that implements Countable at /vendor/webpatser/laravel-countries/src/Webpatser/Countries/Countries.php:43)

It was throwing error above.

sizeof(): Parameter must be an array or an object that implements Countable {"exception":"[object] (ErrorException(code: 0): sizeof(): Parameter must be an array or an object that implements Countable at /vendor/webpatser/laravel-countries/src/Webpatser/Countries/Countries.php:43)

It was throwing error above.
@webpatser
Copy link
Owner

fixed with empty() in #84

@webpatser webpatser closed this Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants