File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 13
13
"php" : " ^8.2"
14
14
},
15
15
"require-dev" : {
16
- "brainbits/phpcs-standard" : " ^7.0" ,
16
+ "brainbits/phpcs-standard" : " ^7.0.1" ,
17
+ "brainbits/phpstan-rules" : " ^3.1.2" ,
17
18
"ergebnis/phpstan-rules" : " ^2.2.0" ,
18
19
"thecodingmachine/phpstan-safe-rule" : " ^1.2.0" ,
19
20
"thecodingmachine/phpstan-strict-rules" : " ^1.0.0" ,
20
- "phpstan/phpstan-phpunit" : " ^1.3.15 " ,
21
+ "phpstan/phpstan-phpunit" : " ^1.3.16 " ,
21
22
"squizlabs/php_codesniffer" : " ^3.9.0" ,
22
- "phpstan/phpstan" : " ^1.10.58" ,
23
+ "phpstan/phpstan" : " ^1.10.59" ,
24
+ "phpstan/phpstan-strict-rules" : " ^1.5.2" ,
23
25
"phpunit/phpunit" : " ^11.0.3" ,
24
26
"rector/rector" : " ^1.0.1"
25
27
},
Original file line number Diff line number Diff line change @@ -9,14 +9,16 @@ parameters:
9
9
- '#has a nullable return type declaration#'
10
10
- '#has parameter .+ with a nullable type declaration#'
11
11
- '#has parameter .+ with null as default value#'
12
+ - '#PHPUnit\\Framework\\Assert::assert.+\(\) .* will always evaluate to true#'
12
13
ergebnis:
13
14
noExtends:
14
15
classesAllowedToBeExtended:
15
16
- InvalidArgumentException
16
17
17
18
includes:
18
- # - vendor/brainbits/phpstan-rules/rules.neon
19
+ - vendor/brainbits/phpstan-rules/rules.neon
19
20
- vendor/ergebnis/phpstan-rules/rules.neon
20
21
- vendor/phpstan/phpstan-phpunit/extension.neon
21
22
- vendor/phpstan/phpstan-phpunit/rules.neon
23
+ - vendor/phpstan/phpstan-strict-rules/rules.neon
22
24
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
You can’t perform that action at this time.
0 commit comments