We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d700b56 commit 7be271dCopy full SHA for 7be271d
composer.json
@@ -32,10 +32,10 @@
32
"mockery/mockery": "^1.5.1",
33
"nunomaduro/collision": "^6.4.0|^7.5.2|^8.0",
34
"orchestra/testbench": "^8.21|^9.0|^10.0",
35
- "phpstan/phpstan": "^1.10.15",
+ "phpstan/phpstan": "^2.1.7",
36
"phpunit/phpunit": "^10.4|^11.5",
37
- "spiral/roadrunner-http": "^3.3.0",
38
- "spiral/roadrunner-cli": "^2.6.0"
+ "spiral/roadrunner-cli": "^2.6.0",
+ "spiral/roadrunner-http": "^3.3.0"
39
},
40
"bin": [
41
"bin/roadrunner-worker",
phpstan.neon.dist
@@ -9,4 +9,6 @@ parameters:
9
ignoreErrors:
10
- "#Unsafe usage of new static\\(\\)#"
11
- "#\\(void\\) is used.#"
12
- - "#Function Swoole\\\\Coroutine\\\\run not found.#"
+ - "#Instantiated class Swoole\\Coroutine\\WaitGroup not found.#"
13
+
14
+ reportUnmatchedIgnoredErrors: false
0 commit comments