File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 32
32
"mockery/mockery" : " ^1.5.1" ,
33
33
"nunomaduro/collision" : " ^6.4.0|^7.5.2|^8.0" ,
34
34
"orchestra/testbench" : " ^8.21|^9.0|^10.0" ,
35
- "phpstan/phpstan" : " ^1.10.15 " ,
35
+ "phpstan/phpstan" : " ^2.1.7 " ,
36
36
"phpunit/phpunit" : " ^10.4|^11.5" ,
37
- "spiral/roadrunner-http " : " ^3.3 .0" ,
38
- "spiral/roadrunner-cli " : " ^2.6 .0"
37
+ "spiral/roadrunner-cli " : " ^2.6 .0" ,
38
+ "spiral/roadrunner-http " : " ^3.3 .0"
39
39
},
40
40
"bin" : [
41
41
" bin/roadrunner-worker" ,
Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ parameters:
9
9
ignoreErrors:
10
10
- "#Unsafe usage of new static\\(\\)#"
11
11
- "#\\(void\\) is used.#"
12
- - "#Function Swoole\\\\Coroutine\\\\run not found.#"
12
+ - "#Instantiated class Swoole\\Coroutine\\WaitGroup not found.#"
13
+
14
+ reportUnmatchedIgnoredErrors: false
You can’t perform that action at this time.
0 commit comments