From 9d92c19b1396c867d296a3b4129e86f4bc8bd83f Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Thu, 13 Jul 2023 10:26:39 +0200 Subject: [PATCH] Remove unsupported PHPStan config --- phpstan.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index adcdb95..3e2b2d5 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,6 +7,3 @@ 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%%'