-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: Explicitly mark parameters as nullable #42
base: master
Are you sure you want to change the base?
Conversation
…he explicit nullable type must be used instead
@d-loki Something is very off with code style in your fork. Check out the differences between: https://github.com/nikolaposa/version/blob/master/src/Version.php and where does that extra tab before every line comes from in your |
…and checkGenericClassInNonGenericObjectType Replace with : ignoreErrors: - identifier: missingType.generics - identifier: missingType.iterableValue
@nikolaposa I’ll check and fix the issue. |
@nikolaposa I think it should be much better now. |
@d-loki Please fix these as well: https://github.com/nikolaposa/version/actions/runs/12990595086/job/36226775577?pr=42 |
It's fixed. |
This pull request addresses the deprecation warning related to implicitly marking parameters as nullable.