Skip to content

Commit bd431e0

Browse files
[lock] Be more specific about flock releasing locks
1 parent 6031c1b commit bd431e0

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
@@ -220,7 +220,7 @@ 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-
PHP process is terminated::
223+
lock object goes out of scope and is freed by the garbage collector::
224224

225225
use Symfony\Component\Lock\Store\FlockStore;
226226

0 commit comments

Comments
 (0)