Optimize indexing #99
Annotations
10 errors
src/Controller/Action/SearchAction.php#L61
src/Controller/Action/SearchAction.php:61:9: ForbiddenCode: You have forbidden the use of dump (see https://psalm.dev/002)
|
src/DataProvider/DefaultDataProvider.php#L26
src/DataProvider/DefaultDataProvider.php:26:59: MixedReturnTypeCoercion: The declared return type 'iterable<array-key, mixed>&Generator' for Setono\SyliusMeilisearchPlugin\DataProvider\DefaultDataProvider::getIds is more specific than the inferred return type 'Generator<mixed, mixed, mixed, void>' (see https://psalm.dev/197)
|
src/DataProvider/DefaultDataProvider.php#L31
src/DataProvider/DefaultDataProvider.php:31:63: MixedReturnTypeCoercion: The declared return type 'iterable<array-key, Setono\SyliusMeilisearchPlugin\Model\IndexableInterface>&Generator' for Setono\SyliusMeilisearchPlugin\DataProvider\DefaultDataProvider::getObjects is more specific than the inferred return type 'Generator<mixed, mixed, mixed, void>' (see https://psalm.dev/197)
|
src/Indexer/DefaultIndexer.php#L48
src/Indexer/DefaultIndexer.php:48:123: ArgumentTypeCoercion: Argument 2 of Setono\SyliusMeilisearchPlugin\Message\Command\IndexEntities::fromIds expects list<mixed>, but parent type array<array-key, mixed> provided (see https://psalm.dev/193)
|
src/Indexer/DefaultIndexer.php#L50
src/Indexer/DefaultIndexer.php:50:85: MixedAssignment: Unable to determine the type that $id is being assigned to (see https://psalm.dev/032)
|
src/Meilisearch/Builder/FilterBuilder.php#L23
src/Meilisearch/Builder/FilterBuilder.php:23:41: MixedAssignment: Unable to determine the type that $brand is being assigned to (see https://psalm.dev/032)
|
src/Meilisearch/Builder/FilterBuilder.php#L24
src/Meilisearch/Builder/FilterBuilder.php:24:54: MixedArgument: Argument 2 of sprintf cannot be mixed, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
src/Meilisearch/Builder/FilterBuilder.php#L28
src/Meilisearch/Builder/FilterBuilder.php:28:9: ForbiddenCode: You have forbidden the use of dump (see https://psalm.dev/002)
|
src/Message/Command/IndexEntities.php#L36
src/Message/Command/IndexEntities.php:36:13: MixedAssignment: Unable to determine the type of this assignment (see https://psalm.dev/032)
|
|
The logs for this run have expired and are no longer available.
Loading