We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
- if ($node instanceof Expr) { - return null; - } return null;
The text was updated successfully, but these errors were encountered:
[DeadCode][WIP] Fixes #4925 Add RemoveDeadConditionAboveReturnRector
2c1c6eb
[DeadCode] Add RemoveDeadConditionAboveReturnRector (#5194)
ac677c9
* [DeadCode][WIP] Fixes #4925 Add RemoveDeadConditionAboveReturnRector * apply * functional * skip prev not if * skip prev has elseif * skip prev has else * skip prev has multi stmt * skip prev not return * skip prev different return * cs fix * class name fixture fix * skip prev empty stmt * remove prev empty stmt * add different cond
Updated Rector to commit 0c0e5eeb4fd337d98f27224d0b46bfd310405dfd
d7242c6
rectorphp/rector-src@0c0e5ee AddParamTypeBasedOnPHPUnitDataProviderRector: Enhance existing rule to handle PHPUnit 10+ DataProvider Attribute (#4925)
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: