Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude
preg_quote
from disallowed preg_*
functions
The new version of spaze/phpstan-disallowed-calls now detects callables, too, and `preg_quote` is used as a callable in `WinterIsComing::ruleEmail()`. composer/pcre doesn't have a wrapper for `preg_quote` possibly because it has quite a narrow types already.
- Loading branch information