From 43939edfce55fc7c9ef3bfdca2fe1477ad023166 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Fri, 25 Oct 2024 18:29:25 +0200 Subject: [PATCH] Remove non-existent /tests folder from phpstan exclusion list --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index dc6c2f5..6451906 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,7 +13,6 @@ parameters: # when package is tested # and not running within ft-platform - wp-content/ - - tests/ ignoreErrors: # Find a nicer way instead of ignoring this Error on every ft-module - '#Function Altis\\register_module not found\.#'