-
Notifications
You must be signed in to change notification settings - Fork 144
/
phpstan-baseline.neon
211 lines (170 loc) · 8.81 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
parameters:
ignoreErrors:
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Block\\:\\:__construct\\(\\) has parameter \\$attributes with no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Block.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Block\\:\\:__construct\\(\\) has parameter \\$innerBlocks with no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Block.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Block\\:\\:__construct\\(\\) has parameter \\$innerContent with no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Block.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Block\\:\\:fromArray\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Block.php
-
message: "#^Property VanOns\\\\Laraberg\\\\Blocks\\\\Block\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Block.php
-
message: "#^Property VanOns\\\\Laraberg\\\\Blocks\\\\Block\\:\\:\\$innerBlocks type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Block.php
-
message: "#^Property VanOns\\\\Laraberg\\\\Blocks\\\\Block\\:\\:\\$innerContent type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Block.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Blocks/Block.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\BlockType\\:\\:__construct\\(\\) has parameter \\$attributes with no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/BlockType.php
-
message: "#^Property VanOns\\\\Laraberg\\\\Blocks\\\\BlockType\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/BlockType.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\BlockTypeRegistry\\:\\:blockTypes\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/BlockTypeRegistry.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\BlockTypeRegistry\\:\\:register\\(\\) has parameter \\$attributes with no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/BlockTypeRegistry.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParser\\:\\:add_block_from_stack\\(\\) has no return type specified\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParser.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParser\\:\\:add_freeform\\(\\) has no return type specified\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParser.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParser\\:\\:add_inner_block\\(\\) has no return type specified\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParser.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParser\\:\\:next_token\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParser.php
-
message: "#^Parameter \\#1 \\$name of class VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParserBlock constructor expects string, null given\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParser.php
-
message: "#^Property VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParser\\:\\:\\$empty_attrs type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParser.php
-
message: "#^Ternary operator condition is always false\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParser.php
-
message: "#^Variable \\$namespace in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParser.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParserBlock\\:\\:__construct\\(\\) has parameter \\$attrs with no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParserBlock.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParserBlock\\:\\:__construct\\(\\) has parameter \\$innerBlocks with no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParserBlock.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParserBlock\\:\\:__construct\\(\\) has parameter \\$innerContent with no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParserBlock.php
-
message: "#^Property VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParserBlock\\:\\:\\$attrs type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParserBlock.php
-
message: "#^Property VanOns\\\\Laraberg\\\\Blocks\\\\Wordpress\\\\WordPressBlockParserBlock\\:\\:\\$innerContent type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Blocks/Wordpress/WordPressBlockParserBlock.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Controllers\\\\BlockRendererController\\:\\:show\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Controllers/BlockRendererController.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Controllers\\\\OEmbedController\\:\\:show\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Controllers/OEmbedController.php
-
message: "#^Call to static method get\\(\\) on an unknown class Route\\.$#"
count: 2
path: src/Http/routes.php
-
message: "#^Call to static method group\\(\\) on an unknown class Route\\.$#"
count: 1
path: src/Http/routes.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Laraberg\\:\\:registerBlockType\\(\\) has parameter \\$attributes with no value type specified in iterable type array\\.$#"
count: 1
path: src/Laraberg.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Services\\\\OEmbedService\\:\\:defaultArgs\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/OEmbedService.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Services\\\\OEmbedService\\:\\:fetch\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/OEmbedService.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Services\\\\OEmbedService\\:\\:fetch\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/OEmbedService.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Services\\\\OEmbedService\\:\\:getProviders\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/OEmbedService.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Services\\\\OEmbedService\\:\\:parse\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/OEmbedService.php
-
message: "#^Call to static method doStuff\\(\\) on an unknown class Laraberg\\.$#"
count: 1
path: tests/LarabergTest.php
-
message: "#^Class Orchestra\\\\Testbench\\\\TestCase referenced with incorrect case\\: Orchestra\\\\Testbench\\\\Testcase\\.$#"
count: 2
path: tests/TestCase.php
-
message: "#^Class VanOns\\\\Laraberg\\\\LarabergFacade not found\\.$#"
count: 1
path: tests/TestCase.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Test\\\\TestCase\\:\\:getPackageAliases\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/TestCase.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Test\\\\TestCase\\:\\:getPackageProviders\\(\\) has invalid return type VanOns\\\\Laraberg\\\\Test\\\\VanOns\\\\Laraberg\\\\LarabergServiceProvider\\.$#"
count: 1
path: tests/TestCase.php
-
message: "#^Method VanOns\\\\Laraberg\\\\Test\\\\TestCase\\:\\:getPackageProviders\\(\\) should return VanOns\\\\Laraberg\\\\Test\\\\VanOns\\\\Laraberg\\\\LarabergServiceProvider but returns array\\<int, string\\>\\.$#"
count: 1
path: tests/TestCase.php
-
message: "#^Return type \\(VanOns\\\\Laraberg\\\\Test\\\\VanOns\\\\Laraberg\\\\LarabergServiceProvider\\) of method VanOns\\\\Laraberg\\\\Test\\\\TestCase\\:\\:getPackageProviders\\(\\) should be compatible with return type \\(array\\<int, class\\-string\\>\\) of method Orchestra\\\\Testbench\\\\TestCase\\:\\:getPackageProviders\\(\\)$#"
count: 1
path: tests/TestCase.php