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 e23b9fe commit 5aae2d6Copy full SHA for 5aae2d6
README.md
@@ -53,6 +53,11 @@ parameters:
53
```
54
55
When you haven't done so, make sure to configure the [editorUrl](https://phpstan.org/user-guide/output-format#opening-file-in-an-editor):
56
+
57
```neon
58
parameters:
59
+ # on PhpStorm
60
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
61
62
+ # On Visual Studio Code, change to:
63
+ # editorUrl: 'vscode://file/%%file%%:%%line%%'
0 commit comments