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
4 changes: 2 additions & 2 deletions lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,5 +337,5 @@ For example, to select the ``invoice`` lock defined earlier::

.. versionadded:: 7.4

Before Symfony 7.4, the target name had to include the ``.lock.factory``
suffix (e.g. ``#[Target('invoice.lock.factory')]``).
Before Symfony 7.4, the target name had to follow the ``lock.<lock-name>.factory``
pattern (e.g. ``#[Target('lock.invoice.factory')]``).