We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677026b commit f865833Copy full SHA for f865833
src/Doctrine/Orm/Filter/FilterInterface.php
@@ -31,7 +31,7 @@ interface FilterInterface extends BaseFilterInterface
31
*
32
* @phpstan-param array<string, mixed> $context
33
34
- * @param array{filters?: array<string, mixed>, parameter?: Parameter, ...} $context
+ * @psalm-param array{filters?: array<string, mixed>, parameter?: Parameter, ...} $context
35
*/
36
public function apply(QueryBuilder $queryBuilder, QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, ?Operation $operation = null, array $context = []): void;
37
}
0 commit comments