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

Can specify `exclude` as string #199

Closed spaze closed 1 year ago

spaze commented 1 year ago

Follow-up to #197 where exclude had to be an array.