-
-
Notifications
You must be signed in to change notification settings - Fork 438
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
Fixed null deprecation in UnserializeArray.php #4394
Conversation
The exeption should already be thown inside try-catch. (?) |
Please approve #4389 before. I'm sure the test result will change. |
Yes, I thought the same, but |
I did not test. To avoid suppress-operator this should work, too. (???) |
No, it does not catch other types of errors, such as empty string. |
I think its enough to fix the message in unit test. |
@kiatng i did not merged it b/c of waiting for your review. |
|
Description (*)
See issue #4352
Fixed Issues (if relevant)