Skip to content

Commit 5a84390

Browse files
committed
fix lock target pattern description
1 parent 0e6ce75 commit 5a84390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lock.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,5 +337,5 @@ For example, to select the ``invoice`` lock defined earlier::
337337

338338
.. versionadded:: 7.4
339339

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

0 commit comments

Comments
 (0)