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 093479b commit 87d04f4Copy full SHA for 87d04f4
components/lock.rst
@@ -220,7 +220,8 @@ FlockStore
220
221
The FlockStore uses the file system on the local computer to create the locks.
222
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::
+lock object goes out of scope and is freed by the garbage collector (for example
224
+when the PHP process ends)::
225
226
use Symfony\Component\Lock\Store\FlockStore;
227
0 commit comments