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 4834d97 commit 2e7b133Copy full SHA for 2e7b133
composer.json
@@ -33,7 +33,8 @@
33
"rector/rector": "^2.0",
34
"symfony/polyfill-php81": "^1.23",
35
"symfony/var-exporter": "^5 || ^6 || ^7",
36
- "thecodingmachine/safe": "^1.3 || ^2 || ^3"
+ "thecodingmachine/safe": "^1.3 || ^2 || ^3",
37
+ "ticketswap/phpstan-error-formatter": "^1.2"
38
},
39
"suggest": {
40
"amphp/http-server": "To leverage async resolving with webserver on AMPHP platform",
phpstan.neon.dist
@@ -2,6 +2,9 @@ parameters:
2
# TODO increase to max
3
level: 8
4
5
+ errorFormat: ticketswap
6
+ editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
7
+
8
paths:
9
- benchmarks
10
- examples
0 commit comments