1441 |
ariadna |
1 |
# composer/pcre PHPStan extensions
|
|
|
2 |
#
|
|
|
3 |
# These can be reused by third party packages by including 'vendor/composer/pcre/extension.neon'
|
|
|
4 |
# in your phpstan config
|
|
|
5 |
|
|
|
6 |
services:
|
|
|
7 |
-
|
|
|
8 |
class: Composer\Pcre\PHPStan\PregMatchParameterOutTypeExtension
|
|
|
9 |
tags:
|
|
|
10 |
- phpstan.staticMethodParameterOutTypeExtension
|
|
|
11 |
-
|
|
|
12 |
class: Composer\Pcre\PHPStan\PregMatchTypeSpecifyingExtension
|
|
|
13 |
tags:
|
|
|
14 |
- phpstan.typeSpecifier.staticMethodTypeSpecifyingExtension
|
|
|
15 |
-
|
|
|
16 |
class: Composer\Pcre\PHPStan\PregReplaceCallbackClosureTypeExtension
|
|
|
17 |
tags:
|
|
|
18 |
- phpstan.staticMethodParameterClosureTypeExtension
|
|
|
19 |
|
|
|
20 |
rules:
|
|
|
21 |
- Composer\Pcre\PHPStan\UnsafeStrictGroupsCallRule
|
|
|
22 |
- Composer\Pcre\PHPStan\InvalidRegexPatternRule
|