aboutsummaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-10-06 10:35:29 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-10-06 10:35:29 +0200
commit16d57202df3782a1581a58abffe0618778b30761 (patch)
tree18ecfb16dd9ebbc9dbcdacae0f5627d2c62e28d8 /phpstan.neon.dist
parent1880f7c26cd17a35d8b3b58cbc14d2b9ce1189ff (diff)
include cli folder for phpstan, fixes #5916
Closes #5916 Merge request studip/studip!4512
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 0e639f3..e4f11a0 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -3,6 +3,7 @@ parameters:
phpVersion: 80100 # PHP 8.1
paths:
- app/controllers
+ - cli
- lib
- tests/functional
- tests/jsonapi
@@ -10,6 +11,7 @@ parameters:
- tests/_support
scanDirectories:
- app/controllers
+ - cli
- lib
- vendor
excludePaths: