mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
e001fc4219
4f70e80c2d
Bump phpstan to 1.11.11 and pcre to 3.3.0 (#6241)
23 lines
760 B
YAML
23 lines
760 B
YAML
# composer/pcre PHPStan extensions
|
|
#
|
|
# These can be reused by third party packages by including 'vendor/composer/pcre/extension.neon'
|
|
# in your phpstan config
|
|
|
|
services:
|
|
-
|
|
class: Composer\Pcre\PHPStan\PregMatchParameterOutTypeExtension
|
|
tags:
|
|
- phpstan.staticMethodParameterOutTypeExtension
|
|
-
|
|
class: Composer\Pcre\PHPStan\PregMatchTypeSpecifyingExtension
|
|
tags:
|
|
- phpstan.typeSpecifier.staticMethodTypeSpecifyingExtension
|
|
-
|
|
class: Composer\Pcre\PHPStan\PregReplaceCallbackClosureTypeExtension
|
|
tags:
|
|
- phpstan.staticMethodParameterClosureTypeExtension
|
|
|
|
rules:
|
|
- Composer\Pcre\PHPStan\UnsafeStrictGroupsCallRule
|
|
- Composer\Pcre\PHPStan\InvalidRegexPatternRule
|