Require phpstan/phpstan
2 (#17)
#92
ci.yaml
on: push
Matrix: Coding Standards
Matrix: Static Code Analysis
Matrix: Tests
Annotations
10 errors
Static Code Analysis (8.3):
src/Bridge/Faker/Provider/StoryblokProvider.php#L63
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.
|
Static Code Analysis (8.3):
src/Bridge/Faker/Provider/StoryblokProvider.php#L103
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.
|
Static Code Analysis (8.3):
src/Bridge/Faker/Provider/StoryblokProvider.php#L128
Method Storyblok\Api\Bridge\Faker\Provider\StoryblokProvider::linksResponse() should return array{links: list<array<string, mixed>>} but returns array.
|
Static Code Analysis (8.3):
src/Bridge/Faker/Provider/StoryblokProvider.php#L186
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.
|
Static Code Analysis (8.3):
src/Bridge/Faker/Provider/StoryblokProvider.php#L219
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.
|
Static Code Analysis (8.3):
src/Bridge/Faker/Provider/StoryblokProvider.php#L247
Method Storyblok\Api\Bridge\Faker\Provider\StoryblokProvider::tagsResponse() should return array{tags: list<array{name: string, taggings_count: int}>} but returns array.
|
Static Code Analysis (8.3):
src/Bridge/Faker/Provider/StoryblokProvider.php#L272
Method Storyblok\Api\Bridge\Faker\Provider\StoryblokProvider::datasourcesResponse() should return array{datasources: list<array<string, mixed>>} but returns array.
|
Static Code Analysis (8.3):
src/Bridge/Faker/Provider/StoryblokProvider.php#L322
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.
|
Static Code Analysis (8.3):
src/Bridge/Faker/Provider/StoryblokProvider.php#L358
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.
|
Static Code Analysis (8.3):
src/Bridge/Faker/Provider/StoryblokProvider.php#L388
Method Storyblok\Api\Bridge\Faker\Provider\StoryblokProvider::datasourceEntryResponse() should return array{id: int, name: string, value: string, dimension_value: string|null} but returns array.
|