-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
37 lines (37 loc) · 1.08 KB
/
phpstan.neon
File metadata and controls
37 lines (37 loc) · 1.08 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
parameters:
level: 8
paths:
- src
- tests
excludePaths:
- tests/
ignoreErrors:
# -
# identifier: missingType.iterableValue
# message: '#Missing iterable value type#'
# -
# identifier: PHPDoc.tag.var
# message: '#PHPDoc tag @var#'
# -
# identifier: PHPDoc.tag.param
# message: '#PHPDoc tag @param#'
# -
# identifier: PHPDoc.tag.return
# message: '#PHPDoc tag @return#'
# -
# identifier: PHPDoc.tag.throws
# message: '#PHPDoc tag @throws#'
# -
# identifier: PHPDoc.tag.method
# message: '#PHPDoc tag @method#'
# -
# identifier: PHPDoc.tag.property
# message: '#PHPDoc tag @property#'
# -
# identifier: PHPDoc.tag.property-read
# message: '#PHPDoc tag @property-read#'
# -
# identifier: PHPDoc.tag.property-write
# message: '#PHPDoc tag @property-write#'
bootstrapFiles:
- vendor/autoload.php