8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$
1 parent 1c4f600 commit add7d16Copy full SHA for add7d16
lock.rst
@@ -273,7 +273,7 @@ type-hinting it with :class:`Symfony\\Component\\Lock\\LockInterface`.
273
Symfony also provide a corresponding factory and store following the same rules
274
(e.g. ``invoice`` generates a ``lock.invoice.factory`` and
275
``lock.invoice.store``, both can be injected automatically by naming
276
-respectively ``$invoiceLockFactory`` and ``invoiceLockStore`` and type-hinted
+respectively ``$invoiceLockFactory`` and ``$invoiceLockStore`` and type-hinted
277
with :class:`Symfony\\Component\\Lock\\LockFactory` and
278
:class:`Symfony\\Component\\Lock\\PersistingStoreInterface`)
279
0 commit comments