-
-
Notifications
You must be signed in to change notification settings - Fork 233
Can't pass null to non-nullable arguments #524
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
Conversation
This is in regards to: https://wiki.php.net/rfc/deprecate_null_to_scalar_internal_arg I'm getting this deprecation warning throughout all of winter with php 8.1 and it's happening in both winter and storm
extension of: wintercms/winter#524 There should be a better way of handling this.
|
@teranode are you still getting those warnings? If so, where and how? I'm running 8 projects on latest wip/1.2 and have not seen those. |
|
I went back to php8.0 cause the errors were getting pretty annoying, so Idk if it's still happening, I'll check tomorrow to see if it's still occurring |
|
@teranode if you could check to see if this is still a problem without your changes and then resubmit the PR if it is that would be great; thanks! |
|
@LukeTowers yes it is still happening with php 8.1 |


This is in regards to: https://wiki.php.net/rfc/deprecate_null_to_scalar_internal_arg
I'm getting this deprecation warning throughout all of winter with php 8.1 and it's happening in both winter and storm