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.
435
435
``controller.targeted_value_resolver ``
436
436
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
437
437
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
439
439
``ValueResolver `` attribute. Like ``controller.argument_value_resolver ``, you
440
440
can customize the name by which your resolver can be targeted.
441
441
@@ -455,7 +455,7 @@ to your resolver and pass your custom name as its first argument::
455
455
// ...
456
456
}
457
457
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::
459
459
460
460
// src/Controller/BookingController.php
461
461
namespace App\Controller;
You can’t perform that action at this time.
0 commit comments