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

Support dynamic class constant fetch available in PHP 8.3 #242

Closed spaze closed 9 months ago

spaze commented 9 months ago

https://wiki.php.net/rfc/dynamic_class_constant_fetch

Fix #241

This should have been done in #217 already.