Skip to content

Commit 2b3c55d

Browse files
authored
fix(symfony): remove unsolvable deprecation (#6899)
fixes #6686
1 parent b82f9ac commit 2b3c55d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/EventListener/QueryParameterValidateListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public function __construct($queryParameterValidator, ?ResourceMetadataCollectio
4444
if ($queryParameterValidator instanceof ProviderInterface) {
4545
$this->provider = $queryParameterValidator;
4646
} else {
47-
trigger_deprecation('api-platform/core', '3.3', 'Use a "%s" as first argument in "%s" instead of "%s".', ProviderInterface::class, self::class, ParameterValidator::class);
4847
$this->queryParameterValidator = $queryParameterValidator;
4948
}
5049

0 commit comments

Comments
 (0)