spaze / phpstan-disallowed-calls

PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages
MIT License
255 stars 17 forks source link

Child constructors should be disallowed when parent constructor or an interface constructor is disallowed #147

Closed spaze closed 1 year ago

spaze commented 1 year ago

Have to check parents and interfaces too

Close #146