Skip to content

Commit 9e5e334

Browse files
[HttpKernel] Remove duplicate+unclear deprecation
1 parent f3eeb27 commit 9e5e334

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Controller/ArgumentResolver/TraceableValueResolver.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ public function supports(Request $request, ArgumentMetadata $argument): bool
4242
return true;
4343
}
4444

45-
@trigger_deprecation('symfony/http-kernel', '6.2', 'The "%s()" method is deprecated, use "resolve()" instead.', __METHOD__);
46-
4745
$method = \get_class($this->inner).'::'.__FUNCTION__;
4846
$this->stopwatch->start($method, 'controller.argument_value_resolver');
4947

0 commit comments

Comments
 (0)