phpstan / phpstan-nette

Nette Framework class reflection extension for PHPStan & framework-specific rules
MIT License
100 stars 35 forks source link

Support preg_quote()'d patterns #152

Closed staabm closed 1 month ago

staabm commented 1 month ago

utilizing the new API from https://github.com/phpstan/phpstan-src/pull/3233

ondrejmirtes commented 1 month ago

Thank you.

staabm commented 1 month ago

it might make sense to also push a new phpstan-nette release, since the phpstan-core got a release with the required api changes for this PR