aboutsummaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-07-14 07:40:36 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2022-07-14 07:40:36 +0000
commit0cd628630c79078cc28abc567e885c98c19b2c3a (patch)
treea2be5b40ca2c02010aac8e0d2d25096496d662d3 /phpstan.neon.dist
parentdaf39e0463744f7652477dc43f47f37dcc556389 (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.dist4
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#'