Skip to content

Commit

Permalink
fix(symfony): remove unsolvable deprecation (#6899)
Browse files Browse the repository at this point in the history
fixes #6686
  • Loading branch information
soyuka authored Jan 9, 2025
1 parent b82f9ac commit 2b3c55d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public function __construct($queryParameterValidator, ?ResourceMetadataCollectio
if ($queryParameterValidator instanceof ProviderInterface) {
$this->provider = $queryParameterValidator;
} else {
trigger_deprecation('api-platform/core', '3.3', 'Use a "%s" as first argument in "%s" instead of "%s".', ProviderInterface::class, self::class, ParameterValidator::class);
$this->queryParameterValidator = $queryParameterValidator;
}

Expand Down

0 comments on commit 2b3c55d

Please sign in to comment.