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 9d8e841 commit 31280b9Copy full SHA for 31280b9
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