diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-14 14:58:26 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-07-14 14:58:26 +0000 |
| commit | 769675071b44cff1f699396270b378d189ada866 (patch) | |
| tree | 06d8742d9001425605fbb703cacce14bf9af3ac4 /phpstan.neon.dist | |
| parent | 7afb6da1c9bdbbad72ba1364daab18133dae8dae (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.dist | 4 |
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 |
