Skip to content

Commit 85c9de3

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix example code block for lock component
2 parents 23f01c4 + adb9be7 commit 85c9de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ can be created, pass ``true`` as the argument of the ``acquire()`` method. This
106106
is called a **blocking lock** because the execution of your application stops
107107
until the lock is acquired.
108108

109-
Some of the built-in ``Store`` classes support this feature.
109+
Some of the built-in ``Store`` classes support this feature::
110110

111111
use Symfony\Component\Lock\LockFactory;
112112
use Symfony\Component\Lock\Store\RedisStore;

0 commit comments

Comments
 (0)