Skip to content

[DeadCode] Add TernaryToBooleanOrFalseToBooleanAndRector#2497

Merged
TomasVotruba merged 1 commit intomasterfrom
dead-ternary-to-boolish
Dec 26, 2019
Merged

[DeadCode] Add TernaryToBooleanOrFalseToBooleanAndRector#2497
TomasVotruba merged 1 commit intomasterfrom
dead-ternary-to-boolish

Conversation

@TomasVotruba
Copy link
Copy Markdown
Member

Closes #2363

@TomasVotruba TomasVotruba merged commit 4f21858 into master Dec 26, 2019
@TomasVotruba TomasVotruba deleted the dead-ternary-to-boolish branch December 26, 2019 19:40
TomasVotruba added a commit that referenced this pull request Jun 16, 2022
TomasVotruba added a commit that referenced this pull request Jun 16, 2022
TomasVotruba added a commit that referenced this pull request Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A rector that converts $bool ? boolean_statement : false in $bool && boolean_statement

1 participant