Skip to content

Commit 432c2eb

Browse files
committed
Remove “pin” usage remnants
1 parent ac13dfc commit 432c2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller/value_resolver.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
440440
can 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;

0 commit comments

Comments
 (0)