From 6d6c90c9a466e496e99fe89ca67abda0af3fb63b Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+studip@gmail.com>
Date: Wed, 4 Sep 2024 07:30:35 +0000
Subject: [PATCH] Remove restapi routes path from phpstan config, re #2798

---
 phpstan.neon.dist | 1 -
 1 file changed, 1 deletion(-)

diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 0aec8e85cdd..037a8c77ec0 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -3,7 +3,6 @@ parameters:
     phpVersion: 80100 # PHP 8.1
     paths:
         - app/controllers
-        - app/routes
         - lib
         - tests/functional
         - tests/jsonapi
-- 
GitLab