-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add missing parameter & return types #331
base: master
Are you sure you want to change the base?
Add missing parameter & return types #331
Conversation
Gets rid of all the 'PHP Deprecated: Return type ...' messages in error log
While these are certainly the changes that the deprecation warnings indicate, the changes don't appear to resolve the warnings? It's entirely possible that this is some quirk of PHP at work that I'm not familiar with, but I'd expect that the tests wouldn't show them on the branch.
|
Hey Tom. The warnings are completely resolved on my end after applying these changes. PHP 8.1 trough 8.3:
|
Gets rid of all the
PHP Deprecated: Return type ... should either be compatible with ...
messages in error log