-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.dist.neon
More file actions
23 lines (21 loc) · 856 Bytes
/
phpstan.dist.neon
File metadata and controls
23 lines (21 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
parameters:
level: 6
paths:
- bin/
- config/
- public/
- src/
- tests/
excludePaths:
- tests/bootstrap.php
ignoreErrors:
- messages:
- "#Method .+ has parameter .+ with no value type specified in iterable type array.#"
- "#Method .+ return type has no value type specified in iterable type array.#"
- "#Method .+ return type has no value type specified in iterable type iterable.#"
- "#Property .+ type has no value type specified in iterable type array.#"
- messages:
- "#Class .+ implements generic interface .+ but does not specify its types: #"
- messages:
# The ID properties are set by API Platform.
- "#Property App\\\\Api\\\\Dto\\\\[^\\\\]+::\\$id is unused#"