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

Drop PHP 7.1 support, require PHP 7.2 #122

Closed spaze closed 2 years ago

spaze commented 2 years ago

The newer coding standard requires 7.2+ and also: image