From 706c8543f2b255a6193de168acc8258413c8b4e0 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Sat, 9 Nov 2024 18:47:53 +0100 Subject: [PATCH] Ignore non-existent folder --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 70a2df2..92110ee 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -15,7 +15,7 @@ parameters: # when package is tested # and not running within ft-platform - wp-content/ - - tests/ + # - tests/ # @todo #26 Find a nicer way instead of ignoring this Error on every ft-module ignoreErrors: - '#Function Altis\\register_module not found\.#'