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

Merge test `libs` dir into `src` #227

Closed spaze closed 10 months ago

spaze commented 10 months ago

I couldn't tell where to put this file and that file and it makes no sense to have two locations to always decide one.

Includes @ondrejmirtes' solution for phpstan/phpstan#10268 cherry-picked from #226, thanks!