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

NoParamTypeRemovalRule: Skip constructors #37

Closed staabm closed 2 months ago

staabm commented 2 months ago

constructors - in contrast to regular methods - are allowed to have different argument orders and types

staabm commented 2 months ago

good to go