From 38658942f4f681110f455debe39cf733d79aa2a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kr=C3=B6ll?= Date: Fri, 15 Mar 2024 16:31:59 +0100 Subject: [PATCH] chore(phpstan): Remove empty baseline config This config is not needed. Note that the larastan config is automatically loaded by the phpstan/extension-installer plugin. --- phpstan-baseline.neon | 0 phpstan.neon.dist | 3 --- 2 files changed, 3 deletions(-) delete mode 100644 phpstan-baseline.neon diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon deleted file mode 100644 index e69de29..0000000 diff --git a/phpstan.neon.dist b/phpstan.neon.dist index e005ac7..ee9af8a 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,6 +1,3 @@ -includes: - - phpstan-baseline.neon - parameters: level: 4 paths: