Skip to content

Conversation

@samsonasik
Copy link
Member

The BooleanNot on:

! empty($values)

it currently produce:

-! empty($values)
+!($values === [])

which will be readable with direct not identical:

-! empty($values)
+$values !== []

@samsonasik
Copy link
Member Author

implemented 🎉

@samsonasik
Copy link
Member Author

All checks have passed 🎉 @TomasVotruba it is ready for review.

@TomasVotruba
Copy link
Member

Thank you 👏

@TomasVotruba TomasVotruba merged commit f8ad265 into main Dec 7, 2022
@TomasVotruba TomasVotruba deleted the handle-boolean-not-simplify-empty-check branch December 7, 2022 23:18
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.

3 participants