Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31280b9

Browse filesBrowse files
committed
Fix missing $
1 parent 9d8e841 commit 31280b9
Copy full SHA for 31280b9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lock.rst

Copy file name to clipboardExpand all lines: lock.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ type-hinting it with :class:`Symfony\\Component\\Lock\\LockInterface`.
273273
Symfony also provide a corresponding factory and store following the same rules
274274
(e.g. ``invoice`` generates a ``lock.invoice.factory`` and
275275
``lock.invoice.store``, both can be injected automatically by naming
276-
respectively ``$invoiceLockFactory`` and ``invoiceLockStore`` and type-hinted
276+
respectively ``$invoiceLockFactory`` and ``$invoiceLockStore`` and type-hinted
277277
with :class:`Symfony\\Component\\Lock\\LockFactory` and
278278
:class:`Symfony\\Component\\Lock\\PersistingStoreInterface`)
279279

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.