Skip to content

Commit 87d04f4

Browse files
committed
Minor tweak
1 parent 093479b commit 87d04f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/lock.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ FlockStore
220220

221221
The FlockStore uses the file system on the local computer to create the locks.
222222
It does not support expiration, but the lock is automatically released when the
223-
lock object goes out of scope and is freed by the garbage collector::
223+
lock object goes out of scope and is freed by the garbage collector (for example
224+
when the PHP process ends)::
224225

225226
use Symfony\Component\Lock\Store\FlockStore;
226227

0 commit comments

Comments
 (0)