Skip to content

Commit f865833

Browse files
Fix
1 parent 677026b commit f865833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Doctrine/Orm/Filter/FilterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface FilterInterface extends BaseFilterInterface
3131
*
3232
* @phpstan-param array<string, mixed> $context
3333
*
34-
* @param array{filters?: array<string, mixed>, parameter?: Parameter, ...} $context
34+
* @psalm-param array{filters?: array<string, mixed>, parameter?: Parameter, ...} $context
3535
*/
3636
public function apply(QueryBuilder $queryBuilder, QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, ?Operation $operation = null, array $context = []): void;
3737
}

0 commit comments

Comments
 (0)