-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
51 lines (42 loc) · 1.27 KB
/
phpstan-baseline.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
parameters:
ignoreErrors:
-
message: "#^Cannot access an offset on Ds\\\\Vector\\<\\*NEVER\\*\\>\\.$#"
count: 3
path: src/Command/Day1.php
-
message: "#^Cannot access offset int on Ds\\\\Vector\\<string\\>\\.$#"
count: 1
path: src/Command/Day10.php
-
message: "#^Cannot access offset 0 on Ds\\\\Set\\<string\\>\\.$#"
count: 1
path: src/Command/Day3.php
-
message: "#^Cannot access offset 0 on Ds\\\\Vector\\<Ds\\\\Set\\<string\\>\\>\\.$#"
count: 1
path: src/Command/Day3.php
-
message: "#^Cannot access offset 1 on Ds\\\\Vector\\<Ds\\\\Set\\<string\\>\\>\\.$#"
count: 1
path: src/Command/Day3.php
-
message: "#^Cannot access offset 2 on Ds\\\\Vector\\<Ds\\\\Set\\<string\\>\\>\\.$#"
count: 1
path: src/Command/Day3.php
-
message: "#^Cannot access an offset on Ds\\\\Stack\\<\\*NEVER\\*\\>\\.$#"
count: 1
path: src/Command/Day5.php
-
message: "#^Cannot access an offset on Ds\\\\Vector\\<\\*NEVER\\*\\>\\.$#"
count: 1
path: src/Command/Day5.php
-
message: "#^Cannot access offset int on Ds\\\\Vector\\<Ds\\\\Stack\\<string\\>\\>\\.$#"
count: 2
path: src/Command/Day5.php
-
message: "#^Cannot access offset 0 on Ds\\\\Vector\\<string\\>\\.$#"
count: 2
path: src/Command/Day6.php