From 14934443ab9bc1f79160ae09fa91ca021d0e2ebf Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Thu, 13 Jul 2023 10:11:05 +0200 Subject: [PATCH] Add clickable links to PHPStan output --- phpstan.neon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 3e2b2d5..adcdb95 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -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%%'