Skip to content

Commit 7cce885

Browse files
committed
-
1 parent 030016d commit 7cce885

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

phpstan-baseline.neon

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,84 @@ parameters:
156156
count: 1
157157
path: src/Bridge/Faker/Generator.php
158158

159+
-
160+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:assetResponse\(\) should return array\{asset\: array\{filename\: string, created_at\: string, updated_at\: string, expire_at\: string\|null, content_length\: int, signed_url\: string, content_type\: string\}\} but returns array\.$#'
161+
identifier: return.type
162+
count: 1
163+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
164+
165+
-
166+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:datasourceDimensionResponse\(\) should return array\{id\: int, name\: string, entry_value\: string, datasource_id\: int, created_at\: string, updated_at\: string\} but returns array\.$#'
167+
identifier: return.type
168+
count: 1
169+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
170+
171+
-
172+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:datasourceEntriesResponse\(\) should return array\{datasource_entries\: list\<array\{id\: int, name\: string, value\: string, dimension_value\: string\|null\}\>\} but returns array\.$#'
173+
identifier: return.type
174+
count: 1
175+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
176+
177+
-
178+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:datasourceEntryResponse\(\) should return array\{id\: int, name\: string, value\: string, dimension_value\: string\|null\} but returns array\.$#'
179+
identifier: return.type
180+
count: 1
181+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
182+
183+
-
184+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:datasourceResponse\(\) should return array\{id\: int, name\: string, slug\: string, dimensions\: list\<array\{id\: int, name\: string, entry_value\: string, datasource_id\: int, created_at\: string, updated_at\: string\}\>\} but returns array\.$#'
185+
identifier: return.type
186+
count: 1
187+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
188+
189+
-
190+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:datasourcesResponse\(\) should return array\{datasources\: list\<array\<string, mixed\>\>\} but returns array\.$#'
191+
identifier: return.type
192+
count: 1
193+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
194+
195+
-
196+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:linkAlternateResponse\(\) should return array\{lang\: string, name\: string, path\: string, published\: bool, translated_slug\: string\} but returns array\.$#'
197+
identifier: return.type
198+
count: 1
199+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
200+
201+
-
202+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:linkResponse\(\) should return array\{uuid\: string, id\: int, parent_id\: int\|null, name\: string, slug\: string, path\: string, real_path\: string, is_folder\: bool, \.\.\.\} but returns array\.$#'
203+
identifier: return.type
204+
count: 1
205+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
206+
207+
-
208+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:linksResponse\(\) should return array\{links\: list\<array\<string, mixed\>\>\} but returns array\.$#'
209+
identifier: return.type
210+
count: 1
211+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
212+
213+
-
214+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:spaceResponse\(\) should return array\{id\: int, name\: string, domain\: string, version\: int, language_codes\: list\<string\>\} but returns array\.$#'
215+
identifier: return.type
216+
count: 1
217+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
218+
219+
-
220+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:storiesResponse\(\) should return array\{cv\: int, stories\: list\<array\<string, mixed\>\>, links\: array\<string\>, rels\: array\<string\>\} but returns array\.$#'
221+
identifier: return.type
222+
count: 1
223+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
224+
225+
-
226+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:storyResponse\(\) should return array\{cv\: int, story\: array\<string, mixed\>, links\: array\<string\>, rels\: array\<string\>\} but returns array\.$#'
227+
identifier: return.type
228+
count: 1
229+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
230+
231+
-
232+
message: '#^Method Storyblok\\Api\\Bridge\\Faker\\Provider\\StoryblokProvider\:\:tagsResponse\(\) should return array\{tags\: list\<array\{name\: string, taggings_count\: int\}\>\} but returns array\.$#'
233+
identifier: return.type
234+
count: 1
235+
path: src/Bridge/Faker/Provider/StoryblokProvider.php
236+
159237
-
160238
message: '#^Parameter \#1 \$headers of static method Storyblok\\Api\\Domain\\Value\\Total\:\:fromHeaders\(\) expects array\<string, list\<string\>\>, array\<array\<string\>\> given\.$#'
161239
identifier: argument.type

0 commit comments

Comments
 (0)