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

Better describe a disallowed "namespace" #114

Closed spaze closed 2 years ago

spaze commented 2 years ago

Because sometimes a namespace is also a class, sometimes a trait. There might be more cases to change the description for, but for now this is good enough.