File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ their priorities:
56
56
57
57
This event is dispatched after the controller has been resolved but before executing
58
58
it. It's useful to initialize things later needed by the
59
- controller, such as `value resolvers `_ , and even to change the controller
60
- entirely::
59
+ controller, such as :ref: `value resolvers < managing-value-resolvers >` , and
60
+ even to change the controller entirely::
61
61
62
62
use Symfony\Component\HttpKernel\Event\ControllerEvent;
63
63
@@ -296,5 +296,3 @@ their priorities:
296
296
.. code-block :: terminal
297
297
298
298
$ php bin/console debug:event-dispatcher kernel.exception
299
-
300
- .. _`value resolvers` : https://symfony.com/doc/current/controller/value_resolver.html#managing-value-resolvers
You can’t perform that action at this time.
0 commit comments