File tree 3 files changed +15
-8
lines changed
3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 39
39
},
40
40
"require-dev" : {
41
41
"phpmyadmin/coding-standard" : " ^4.0" ,
42
- "phpstan/extension-installer" : " ^1.3" ,
43
- "phpstan/phpstan" : " ^1.10" ,
44
- "phpstan/phpstan-phpunit" : " ^1.3" ,
45
- "phpstan/phpstan-strict-rules" : " ^1.5" ,
46
- "phpunit/phpunit" : " ^10.3" ,
42
+ "phpstan/extension-installer" : " ^1.4" ,
43
+ "phpstan/phpstan" : " ^1.12" ,
44
+ "phpstan/phpstan-deprecation-rules" : " ^1.2" ,
45
+ "phpstan/phpstan-phpunit" : " ^1.4" ,
46
+ "phpstan/phpstan-strict-rules" : " ^1.6" ,
47
+ "phpunit/phpunit" : " ^10.5" ,
47
48
"psalm/plugin-phpunit" : " ^0.18.4" ,
48
49
"vimeo/psalm" : " ^5.15"
49
50
},
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
ignoreErrors :
3
+ -
4
+ message : " #^Foreach overwrites \\ $i with its key variable\\ .$#"
5
+ count : 1
6
+ path : examples/read.php
7
+
3
8
-
4
9
message : " #^Cannot cast mixed to int\\ .$#"
5
10
count : 1
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ parameters:
5
5
paths:
6
6
- src
7
7
- tests
8
+ - examples
8
9
checkBenevolentUnionTypes: true
9
- checkImplicitMixed: true
10
- checkTooWideReturnTypesInProtectedAndPublicMethods: true
11
10
checkUninitializedProperties: true
12
- reportUnmatchedIgnoredErrors: true
11
+ checkDynamicProperties: true
12
+ checkTooWideReturnTypesInProtectedAndPublicMethods: true
13
+ checkImplicitMixed: true
You can’t perform that action at this time.
0 commit comments