diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-09-04 07:30:35 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-09-04 07:30:35 +0000 |
| commit | 6d6c90c9a466e496e99fe89ca67abda0af3fb63b (patch) | |
| tree | ac4710dd70a08d63b4df86b74832aee185d59a06 | |
| parent | 7074064de6df104bf63e7973a5b39843eacc51f5 (diff) | |
Remove restapi routes path from phpstan config, re #2798
| -rw-r--r-- | phpstan.neon.dist | 1 |
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 |
