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

Don't return plain false when the param is not of the type we know how to process #167

Closed spaze closed 1 year ago

spaze commented 1 year ago

Close #166

ruudk commented 1 year ago

Nice fix!