forked from DOMjudge/domjudge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.dist.neon
25 lines (25 loc) · 944 Bytes
/
phpstan.dist.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
parameters:
level: 6
paths:
- webapp/src
- webapp/tests
excludePaths:
- webapp/src/Utils/Adminer.php
ignoreErrors:
-
message: '#Method .* return type has no value type specified in iterable type array#'
path: webapp/tests
-
message: '#Method .* has parameter .* with no value type specified in iterable type array#'
path: webapp/tests
-
message: '#Property .* type has no value type specified in iterable type array#'
path: webapp/tests
-
message: '#PHPDoc tag @var for variable .* has no value type specified in iterable type array#'
path: webapp/tests
-
message: "#Method .* return type has no value type specified in iterable type array#"
path: webapp/src/DataFixtures/Test
includes:
- lib/vendor/phpstan/phpstan-doctrine/extension.neon