Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ For example, to inject the ``invoice`` package defined earlier::

When :ref:`dealing with multiple implementations of the same type <autowiring-multiple-implementations-same-type>`
the ``#[Target]`` attribute helps you select which one to inject. Symfony creates
a target called ``lock.`` + "asset package name" + ``.factory``.
a target called ``lock.`` + "lock name" + ``.factory``.

For example, to select the ``invoice`` lock defined earlier::

Expand Down