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.
editorUrl
1 parent a614fd3 commit 7299ecaCopy full SHA for 7299eca
README.md
@@ -17,3 +17,8 @@ Configure PHPStan to use the `ticketswap` error formatter:
17
parameters:
18
errorFormat: ticketswap
19
```
20
+
21
+When you haven't done so, make sure to configure the [editorUrl](https://phpstan.org/user-guide/output-format#opening-file-in-an-editor):
22
+```neon
23
+parameters:
24
+ editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
0 commit comments