Skip to content

Fix warning in PHP 7.2 #2

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix warning in PHP 7.2 #2

wants to merge 1 commit into from

Conversation

acerix
Copy link

@acerix acerix commented Dec 5, 2017

This fixes a warning in PHP 7.2 from doing count(null):

PHP Warning – yii\base\ErrorException

count(): Parameter must be an array or an object that implements Countable

  1. in /vendor/yiidoc/yii2-selectize/Selectize.php at line 84

This fixes a warning in PHP 7.2 from doing `count(null)`:
> PHP Warning – yii\base\ErrorException
> 
> count(): Parameter must be an array or an object that implements Countable
> 1. in /vendor/yiidoc/yii2-selectize/Selectize.php at line 84
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.

1 participant