From 2ab12e565a4601698f79131a30e2ba0ba5ae161f Mon Sep 17 00:00:00 2001
From: Henning <leutz@pcsg.de>
Date: Sat, 22 Feb 2025 17:08:56 +0100
Subject: [PATCH] chore: update phpstan configuration file

The commit modifies the phpstan.dist.neon configuration file. The changes include removing the
excludePaths section and adjusting the end of the file to not have a new line. This simplification
will better suit our testing environment.
---
 phpstan.dist.neon | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/phpstan.dist.neon b/phpstan.dist.neon
index 39db11b..18db987 100644
--- a/phpstan.dist.neon
+++ b/phpstan.dist.neon
@@ -7,6 +7,4 @@ parameters:
         - src
         - ajax
     bootstrapFiles:
-        - tests/phpstan-bootstrap.php
-    excludePaths:
-        - src/QUI/ERP/Coupons/Events.php
+        - tests/phpstan-bootstrap.php
\ No newline at end of file
-- 
GitLab