You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in vendor/yiisoft/yii/framework/web/CArrayDataProvider.php on line 179
Deprecated: mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in vendor/yiisoft/yii/framework/web/CArrayDataProvider.php on line 179
What steps will reproduce the problem?
If your dataprovider have a field with null value and caseSensitiveSort = false you will have a notice due to the casting $data to string
What is the expected result?
No deprecation notice
What do you get instead?
deprecation notice
Additional info
The text was updated successfully, but these errors were encountered: