File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ your resolver. Otherwise it will default to the service's id.
435435``controller.targeted_value_resolver ``
436436~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
437437
438- Set this tag if you want your resolver to be called only if it is pinned by a
438+ Set this tag if you want your resolver to be called only if it is targeted by a
439439``ValueResolver `` attribute. Like ``controller.argument_value_resolver ``, you
440440can customize the name by which your resolver can be targeted.
441441
@@ -455,7 +455,7 @@ to your resolver and pass your custom name as its first argument::
455455 // ...
456456 }
457457
458- You can then pass this name as ``ValueResolver ``'s first argument to pin your resolver::
458+ You can then pass this name as ``ValueResolver ``'s first argument to target your resolver::
459459
460460 // src/Controller/BookingController.php
461461 namespace App\Controller;
You can’t perform that action at this time.
0 commit comments