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 f4202ee commit 2558f61Copy full SHA for 2558f61
components/lock.rst
@@ -77,7 +77,7 @@ method can be safely called repeatedly, even if the lock is already acquired.
77
Serializing Locks
78
------------------
79
80
-The ``Key`` contains the state of the ``Lock`` and can be serialized. This
+The :class:`Symfony\\Component\\Lock\\Key` contains the state of the :class:`Symfony\\Component\\Lock\\Lock` and can be serialized. This
81
allows the user to begin a long job in a process by acquiring the lock, and
82
continue the job in another process using the same lock::
83
0 commit comments