File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
"require-dev" : {
55
55
"php-service-bus/code-style-config" : " v5.1.*" ,
56
56
"phpunit/phpunit" : " v9.5.*" ,
57
- "vimeo/psalm" : " v4.19 .*" ,
58
- "phpstan/phpstan" : " v1.4 .*" ,
57
+ "vimeo/psalm" : " v4.22 .*" ,
58
+ "phpstan/phpstan" : " v1.5 .*" ,
59
59
"boesing/psalm-plugin-stringf" : " v1.1.*"
60
60
},
61
61
"prefer-stable" : true ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<psalm
3
- totallyTyped =" true"
4
3
useDocblockTypes =" true"
5
4
useDocblockPropertyTypes =" true"
6
5
strictBinaryOperands =" true"
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ function () use ($function): \Generator
116
116
$ generator = $ function ($ transaction );
117
117
118
118
/** @psalm-suppress MixedArgumentTypeCoercion */
119
+ /** @phpstan-ignore-next-line */
119
120
yield new Coroutine ($ generator );
120
121
121
122
yield $ transaction ->commit ();
You can’t perform that action at this time.
0 commit comments