Skip to content

Commit

Permalink
Add clickable links to PHPStan output
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jul 13, 2023
1 parent ec4c455 commit 1493444
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ parameters:
- src
# As long as we support multiple Laravel versions at once, there will be some dead spots
reportUnmatchedIgnoredErrors: false
# Install https://plugins.jetbrains.com/plugin/7677-awesome-console to make those links clickable
editorUrl: '%%relFile%%:%%line%%'
editorUrlTitle: '%%relFile%%:%%line%%'

0 comments on commit 1493444

Please sign in to comment.