From 2558f616236b41ce2b6feb1f2f83ab464bb5b5bb Mon Sep 17 00:00:00 2001 From: mohamed gasmi Date: Sat, 13 Aug 2022 11:24:22 +0200 Subject: [PATCH] [Lock] Add classes's link Add link to Link and Key classes --- components/lock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lock.rst b/components/lock.rst index 60b53a3a906..c64a5cc2271 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -77,7 +77,7 @@ method can be safely called repeatedly, even if the lock is already acquired. Serializing Locks ------------------ -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 allows the user to begin a long job in a process by acquiring the lock, and continue the job in another process using the same lock::