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

Arrays in param configs not supported at the moment #177

Closed spaze closed 1 year ago

spaze commented 1 year ago

A non-scalar param config value would throw ShouldNotHappenException. This may change in the future.

Ref #165