-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
96 lines (78 loc) · 4.14 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
parameters:
ignoreErrors:
-
message: "#^Property Bellangelo\\\\TypeCoverageUpdater\\\\PHPStan\\\\PHPStanConfig\\:\\:\\$configuration \\(array\\{parameters\\?\\: array\\<string, array\\>\\}\\) does not accept array\\.$#"
count: 1
path: src/PHPStan/PHPStanConfig.php
-
message: "#^Property Bellangelo\\\\TypeCoverageUpdater\\\\PHPStan\\\\PHPStanConfig\\:\\:\\$configuration type has no value type specified in iterable type array\\.$#"
count: 1
path: src/PHPStan/PHPStanConfig.php
-
message: "#^Call to an undefined method Bellangelo\\\\TypeCoverageUpdater\\\\Commands\\\\UpdateCommand\\:\\:method\\(\\)\\.$#"
count: 1
path: tests/Commands/UpdateCommandTest.php
-
message: "#^Method Bellangelo\\\\TypeCoverageUpdater\\\\Tests\\\\Commands\\\\UpdateCommandTest\\:\\:getProjects\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Commands/UpdateCommandTest.php
-
message: "#^Parameter \\#1 \\$directory of function chdir expects string, string\\|false given\\.$#"
count: 1
path: tests/Commands/UpdateCommandTest.php
-
message: "#^Method Bellangelo\\\\TypeCoverageUpdater\\\\Tests\\\\Commands\\\\data\\\\project1\\\\Project\\:\\:getSomethingElse\\(\\) has no return type specified\\.$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Method Bellangelo\\\\TypeCoverageUpdater\\\\Tests\\\\Commands\\\\data\\\\project1\\\\Project\\:\\:getSomethingElse\\(\\) has parameter \\$something with no type specified\\.$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Method Bellangelo\\\\TypeCoverageUpdater\\\\Tests\\\\Commands\\\\data\\\\project1\\\\Project\\:\\:getSomethingElseElse\\(\\) has parameter \\$else with no type specified\\.$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Method Bellangelo\\\\TypeCoverageUpdater\\\\Tests\\\\Commands\\\\data\\\\project1\\\\Project\\:\\:getSomethingElseElse\\(\\) has parameter \\$other with no type specified\\.$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Method Bellangelo\\\\TypeCoverageUpdater\\\\Tests\\\\Commands\\\\data\\\\project1\\\\Project\\:\\:getSomethingElseElse\\(\\) has parameter \\$something with no type specified\\.$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Out of 15 possible declare\\(strict_types\\=1\\), only 14 \\- 93\\.3 %% actually have it\\. Add more declares to get over 100 %%$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Out of 29 possible param types, only 25 \\- 86\\.2 %% actually have it\\. Add more param types to get over 100 %%$#"
count: 4
path: tests/Commands/data/project1/Project.php
-
message: "#^Out of 54 possible return types, only 53 \\- 98\\.1 %% actually have it\\. Add more return types to get over 100 %%$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Out of 8 possible property types, only 7 \\- 87\\.5 %% actually have it\\. Add more property types to get over 100 %%$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Property Bellangelo\\\\TypeCoverageUpdater\\\\Tests\\\\Commands\\\\data\\\\project1\\\\Project\\:\\:\\$other is unused\\.$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Property Bellangelo\\\\TypeCoverageUpdater\\\\Tests\\\\Commands\\\\data\\\\project1\\\\Project\\:\\:\\$otherOfOther has no type specified\\.$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Property Bellangelo\\\\TypeCoverageUpdater\\\\Tests\\\\Commands\\\\data\\\\project1\\\\Project\\:\\:\\$otherOfOther is unused\\.$#"
count: 1
path: tests/Commands/data/project1/Project.php
-
message: "#^Property Bellangelo\\\\TypeCoverageUpdater\\\\Tests\\\\Commands\\\\data\\\\project2\\\\Project\\:\\:\\$other is unused\\.$#"
count: 1
path: tests/Commands/data/project2/Project.php
-
message: "#^Parameter \\#1 \\$directory of function chdir expects string, string\\|false given\\.$#"
count: 2
path: tests/Factories/PHPStanConfigFactoryTest.php