Merge branch '6.4' into 7.3

* 6.4:
  fix lock target pattern
This commit is contained in:
Javier Eguiluz
2025-11-12 08:40:47 +01:00

View File

@@ -315,7 +315,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::