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

Remove helper classes #173

Closed spaze closed 1 year ago

spaze commented 1 year ago

Because helper classes often end up being a bag full of everything and that was also the case here.

spaze commented 1 year ago

Tests failed because this was merged before #174 but that's ok.