-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan-baseline.neon
151 lines (122 loc) · 5.57 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
parameters:
ignoreErrors:
-
message: "#^Method drupol\\\\ComposerPackages\\\\Exporter\\\\Dependencies\\:\\:buildRegex\\(\\) has parameter \\$packages with no value type specified in iterable type array\\.$#"
count: 1
path: src/Exporter/Dependencies.php
-
message: "#^Method drupol\\\\ComposerPackages\\\\Exporter\\\\Dependencies\\:\\:exportToArray\\(\\) should return array\\<string\\> but returns array\\<string, array\\<string, array\\<int, string\\>\\>\\>\\.$#"
count: 1
path: src/Exporter/Dependencies.php
-
message: "#^Method drupol\\\\ComposerPackages\\\\Exporter\\\\Directories\\:\\:exportToArray\\(\\) should return array\\<string\\> but returns array\\<string, array\\<string, array\\<int, string\\>\\|string\\>\\>\\.$#"
count: 1
path: src/Exporter/Directories.php
-
message: "#^Method drupol\\\\ComposerPackages\\\\Exporter\\\\Packages\\:\\:buildRegex\\(\\) has parameter \\$packages with no value type specified in iterable type array\\.$#"
count: 1
path: src/Exporter/Packages.php
-
message: "#^Method drupol\\\\ComposerPackages\\\\Exporter\\\\Packages\\:\\:exportToArray\\(\\) should return array\\<string\\> but returns array\\<string, array\\<string, mixed\\>\\>\\.$#"
count: 1
path: src/Exporter/Packages.php
-
message: "#^Strict comparison using \\=\\=\\= between false and array\\<string, mixed\\> will always evaluate to false\\.$#"
count: 1
path: src/Exporter/Packages.php
-
message: "#^Method drupol\\\\ComposerPackages\\\\Exporter\\\\Types\\:\\:exportToArray\\(\\) should return array\\<string\\> but returns array\\<string, array\\<int\\|string, array\\<int, mixed\\>\\>\\>\\.$#"
count: 1
path: src/Exporter/Types.php
-
message: "#^Method drupol\\\\ComposerPackages\\\\Exporter\\\\Versions\\:\\:exportToArray\\(\\) should return array\\<string\\> but returns array\\<string, array\\<array\\<int, string\\>\\|string\\>\\>\\.$#"
count: 1
path: src/Exporter/Versions.php
-
message: "#^Strict comparison using \\=\\=\\= between false and array\\<string, string\\> will always evaluate to false\\.$#"
count: 1
path: src/Exporter/Versions.php
-
message: "#^Access to an undefined property drupol\\\\ComposerPackages\\\\tests\\\\Exporter\\\\DirectoriesTest\\:\\:\\$composer\\.$#"
count: 3
path: tests/Exporter/DirectoriesTest.php
-
message: "#^Access to an undefined property drupol\\\\ComposerPackages\\\\tests\\\\Exporter\\\\DirectoriesTest\\:\\:\\$eventDispatcher\\.$#"
count: 1
path: tests/Exporter/DirectoriesTest.php
-
message: "#^Access to an undefined property drupol\\\\ComposerPackages\\\\tests\\\\Exporter\\\\DirectoriesTest\\:\\:\\$io\\.$#"
count: 3
path: tests/Exporter/DirectoriesTest.php
-
message: "#^Access to an undefined property drupol\\\\ComposerPackages\\\\tests\\\\Exporter\\\\DirectoriesTest\\:\\:\\$plugin\\.$#"
count: 1
path: tests/Exporter/DirectoriesTest.php
-
message: "#^Parameter \\#2 \\$baseDir of class Composer\\\\Config constructor expects string\\|null, string\\|false given\\.$#"
count: 1
path: tests/Exporter/DirectoriesTest.php
-
message: "#^Parameter \\#4 \\$composerFileContents of class Composer\\\\Package\\\\Locker constructor expects string, string\\|false given\\.$#"
count: 1
path: tests/Exporter/DirectoriesTest.php
-
message: "#^Call to an undefined method Composer\\\\IO\\\\IOInterface\\:\\:expects\\(\\)\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Call to an undefined static method ComposerPackages\\\\Dependencies\\:\\:aB\\(\\)\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Call to an undefined static method ComposerPackages\\\\Dependencies\\:\\:unexistent\\(\\)\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Call to an undefined static method ComposerPackages\\\\Directories\\:\\:bazTab\\(\\)\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Call to an undefined static method ComposerPackages\\\\Directories\\:\\:unexistent\\(\\)\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Call to an undefined static method ComposerPackages\\\\Packages\\:\\:fooBar\\(\\)\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Call to an undefined static method ComposerPackages\\\\Packages\\:\\:unexistent\\(\\)\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Call to an undefined static method ComposerPackages\\\\Types\\:\\:a\\(\\)\\.$#"
count: 4
path: tests/PluginTest.php
-
message: "#^Call to an undefined static method ComposerPackages\\\\Types\\:\\:unexistent\\(\\)\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Call to an undefined static method ComposerPackages\\\\Versions\\:\\:bazTab\\(\\)\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Call to an undefined static method ComposerPackages\\\\Versions\\:\\:unexistent\\(\\)\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Parameter \\#1 \\$directory of function mkdir expects string, string\\|false given\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Parameter \\#1 \\$filename of function file_exists expects string, string\\|false given\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Parameter \\#2 \\$baseDir of class Composer\\\\Config constructor expects string\\|null, string\\|false given\\.$#"
count: 1
path: tests/PluginTest.php
-
message: "#^Parameter \\#4 \\$composerFileContents of class Composer\\\\Package\\\\Locker constructor expects string, string\\|false given\\.$#"
count: 1
path: tests/PluginTest.php