-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Rule] EnsureExplicitNullableTypes #1711
[Rule] EnsureExplicitNullableTypes #1711
Conversation
I may need a bit of help to finalize this (not sure if i can do anything regarding CI checks) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @smnandre for this new rule !
I've made some suggestions
Right now it runs on every RST file line. We should check in the rule if we are in a Php code block. |
Thanks, just needed to understand the lines / number / block logic :) |
* develop: New rule `EnsureExplicitNullableTypes` (#1711) github-actions(deps): bump stefanzweifel/git-auto-commit-action (#1709) github-actions(deps): bump docker/setup-buildx-action (#1708) composer(deps-dev): bump phpunit/phpunit from 10.5.16 to 10.5.17 (#1707) composer(deps-dev): bump rector/rector from 1.0.3 to 1.0.4 (#1706)
CF #1710