diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-14 07:40:36 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-07-14 07:40:36 +0000 |
| commit | 0cd628630c79078cc28abc567e885c98c19b2c3a (patch) | |
| tree | a2be5b40ca2c02010aac8e0d2d25096496d662d3 /phpstan.neon.dist | |
| parent | daf39e0463744f7652477dc43f47f37dcc556389 (diff) | |
use gitlab format for phpstan, re #606
Closes #606
Merge request studip/studip!797
Diffstat (limited to 'phpstan.neon.dist')
| -rw-r--r-- | phpstan.neon.dist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 588535a..bc2526c 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -2,7 +2,7 @@ parameters: level: 0 phpVersion: 70200 # PHP 7.2 paths: - # - app/routes + - app/routes - lib # - tests scanFiles: @@ -20,7 +20,5 @@ parameters: RESTAPI\RouteMap: - error - halt - errorFormat: - junit ignoreErrors: # - '#Undefined variable#' |
