-
Notifications
You must be signed in to change notification settings - Fork 250
Expand file tree
/
Copy pathphpstan.neon
More file actions
30 lines (25 loc) · 774 Bytes
/
Copy pathphpstan.neon
File metadata and controls
30 lines (25 loc) · 774 Bytes
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
parameters:
level: 8
paths:
- src
ignoreErrors:
-
identifier: missingType.iterableValue
-
identifier: missingType.generics
-
message: '#^Parameter \#1 \$field of method Cake\\Datasource\\EntityInterface\:\:get\(\) expects string, array\<string\>\|string given\.$#'
count: 1
path: src/File/Path/DefaultProcessor.php
-
message: "#^Constant ROOT not found\\.$#"
count: 1
path: src/File/Writer/DefaultWriter.php
-
message: "#^Cannot use array destructuring on array\\<int\\|string, int\\|string\\>\\|false\\.$#"
count: 4
path: src/Validation/DefaultValidation.php
-
message: "#^Cannot use array destructuring on array\\<int\\|string, int\\|string\\>\\|false\\.$#"
count: 4
path: src/Validation/ImageValidation.php