spaze / phpstan-disallowed-calls

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

Reuse the existing reflection and do it just once #246

Closed spaze closed 10 months ago

spaze commented 10 months ago

This is very minor speedup, almost definitely and totally not even worth mentioning here, maybe.