Skip to content

Commit 7299eca

Browse files
committed
Explain how to configure editorUrl
1 parent a614fd3 commit 7299eca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ Configure PHPStan to use the `ticketswap` error formatter:
1717
parameters:
1818
errorFormat: ticketswap
1919
```
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

Comments
 (0)