File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
includes:
2
2
- phpstan-baseline.neon
3
+ - vendor-bin/phpstan/vendor/phpstan/phpstan-deprecation-rules/rules.neon
4
+ - vendor-bin/phpstan/vendor/phpstan/phpstan-strict-rules/rules.neon
5
+ - vendor-bin/phpstan/vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
6
+
7
+ rules:
8
+ - Ergebnis\PHPStan\Rules\Closures\NoNullableReturnTypeDeclarationRule
9
+ - Ergebnis\PHPStan\Rules\Expressions\NoCompactRule
10
+ - Ergebnis\PHPStan\Rules\Expressions\NoEmptyRule
11
+ - Ergebnis\PHPStan\Rules\Expressions\NoEvalRule
12
+ - Ergebnis\PHPStan\Rules\Methods\PrivateInFinalClassRule
3
13
4
14
parameters:
5
15
level: max
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"phpstan/phpstan" : " ~0.12.32" ,
4
- "phpstan/extension-installer" : " ~1.0.4" ,
5
4
"phpstan/phpstan-deprecation-rules" : " ~0.12.4" ,
6
5
"phpstan/phpstan-strict-rules" : " ~0.12.2" ,
7
- "thecodingmachine/phpstan-strict-rules" : " ~0.12.0"
6
+ "thecodingmachine/phpstan-strict-rules" : " ~0.12.0" ,
7
+ "ergebnis/phpstan-rules" : " ~0.15.0"
8
8
},
9
9
"config" : {
10
10
"preferred-install" : " dist"
You can’t perform that action at this time.
0 commit comments