aboutsummaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-07-14 14:58:26 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2022-07-14 14:58:26 +0000
commit769675071b44cff1f699396270b378d189ada866 (patch)
tree06d8742d9001425605fbb703cacce14bf9af3ac4 /phpstan.neon.dist
parent7afb6da1c9bdbbad72ba1364daab18133dae8dae (diff)
fix most of the errors reported from phpstan in `app/controllers`, fixes #1328
Closes #1328 Merge request studip/studip!813
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index ac4a30c..1682aa4 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -2,6 +2,7 @@ parameters:
level: 0
phpVersion: 70200 # PHP 7.2
paths:
+ - app/controllers
- app/routes
- lib
- tests/functional
@@ -22,5 +23,4 @@ parameters:
RESTAPI\RouteMap:
- error
- halt
- ignoreErrors:
- # - '#Undefined variable#'
+ - notFound