-
-
Notifications
You must be signed in to change notification settings - Fork 409
[Php85] Add ArrayKeyExistsNullToEmptyStringRector #7183
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
[Php85] Add ArrayKeyExistsNullToEmptyStringRector #7183
The head ref may contain hidden characters: "8.5_ArrayKey\u2026StringRector"
Conversation
rules/Php85/Rector/FuncCall/ArrayKeyExistsNullToEmptyStringRector.php
Outdated
Show resolved
Hide resolved
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.
Please run:
bin/rector && composer fix-cs
to fix CI
rules/Php85/Rector/FuncCall/ArrayKeyExistsNullToEmptyStringRector.php
Outdated
Show resolved
Hide resolved
rules/Php85/Rector/FuncCall/ArrayKeyExistsNullToEmptyStringRector.php
Outdated
Show resolved
Hide resolved
rules/Php85/Rector/FuncCall/ArrayKeyExistsNullToEmptyStringRector.php
Outdated
Show resolved
Hide resolved
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.
Looks good to me 👍
LGTM 👍 Thank you @arshidkv12 |
Thanks for the quick review. |
|
Btw, the deprecation is not yet merged on php-src: so if in the PR not merged (likely will be merged) when php 8.5 released, we can revert this rule :) |
#7180