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 6031c1b commit bd431e0Copy full SHA for bd431e0
components/lock.rst
@@ -220,7 +220,7 @@ 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
-PHP process is terminated::
+lock object goes out of scope and is freed by the garbage collector::
224
225
use Symfony\Component\Lock\Store\FlockStore;
226
0 commit comments