-
Notifications
You must be signed in to change notification settings - Fork 8
/
phpstan.neon
25 lines (24 loc) · 1.02 KB
/
phpstan.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
includes:
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-symfony/rules.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
parameters:
level: max
paths:
- src
symfony:
container_xml_path: var/cache/dev/App_KernelDevDebugContainer.xml
ignoreErrors:
-
message: '#^Method [a-zA-Z0-9\\]+::[a-zA-Z0-9_-]+\(\) has parameter \$[a-zA-Z0-9\\]+ with no value type specified in iterable type array.$#'
path: src/
-
message: '#^Method [a-zA-Z0-9\\]+::[a-zA-Z0-9_-]+\(\) return type has no value type specified in iterable type array.$#'
path: src/
-
message: '#^Property [a-zA-Z0-9\\]+::\$[a-zA-Z0-9_-]+ type has no value type specified in iterable type array.$#'
path: src/
-
message: '#^PHPDoc tag @var for variable \$[a-zA-Z0-9_-]+ has no value type specified in iterable type array.$#'
path: src/