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

Params can be specified as an array now #156

Closed spaze closed 1 year ago

spaze commented 1 year ago

Starting with 2.11.0 when the named params support was introduced in #141.

Close #153