Skip to content

Commit 8f2e73a

Browse files
committed
minor #19864 [Reference] Replace param converter with value resolver (smnandre)
This PR was merged into the 6.4 branch. Discussion ---------- [Reference] Replace param converter with value resolver Or maybe just remove the previous text with no replacement? Commits ------- dfc8acc [Reference] Replace param converter with value resolver
2 parents a687a99 + dfc8acc commit 8f2e73a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/events.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ their priorities:
5656

5757
This event is dispatched after the controller has been resolved but before executing
5858
it. It's useful to initialize things later needed by the
59-
controller, such as `param converters`_, and even to change the controller
59+
controller, such as `value resolvers`_, and even to change the controller
6060
entirely::
6161

6262
use Symfony\Component\HttpKernel\Event\ControllerEvent;
@@ -297,4 +297,4 @@ their priorities:
297297
298298
$ php bin/console debug:event-dispatcher kernel.exception
299299
300-
.. _`param converters`: https://symfony.com/doc/master/bundles/SensioFrameworkExtraBundle/annotations/converters.html
300+
.. _`value resolvers`: https://symfony.com/doc/current/controller/value_resolver.html#managing-value-resolvers

0 commit comments

Comments
 (0)