rectorphp / type-perfect

Next level type declaration check PHPStan rules
https://getrector.com/blog/introducing-type-perfect-for-extra-safety
MIT License
73 stars 3 forks source link

[Rules] Enable NoEmptyOnObjectRule and make same logic on possible undefined variable #15

Closed samsonasik closed 2 months ago

samsonasik commented 2 months ago

Continue of PR:

for NoIssetOnObjectRule, this PR enable NoEmptyOnObjectRule and make same logic on possible undefined variable

samsonasik commented 2 months ago

All checks have passed 🎉 @TomasVotruba I am merging it ;)