aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-09-04 07:30:35 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-09-04 07:30:35 +0000
commit6d6c90c9a466e496e99fe89ca67abda0af3fb63b (patch)
treeac4710dd70a08d63b4df86b74832aee185d59a06
parent7074064de6df104bf63e7973a5b39843eacc51f5 (diff)
Remove restapi routes path from phpstan config, re #2798
-rw-r--r--phpstan.neon.dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 0aec8e8..037a8c7 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