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.
2 parents fe6c38f + 3ea0737 commit 7a3a8ccCopy full SHA for 7a3a8cc
components/lock.rst
@@ -249,7 +249,8 @@ PHP process is terminated::
249
use Symfony\Component\Lock\Store\FlockStore;
250
251
// the argument is the path of the directory where the locks are created
252
- $store = new FlockStore(sys_get_temp_dir());
+ // if none is given, sys_get_temp_dir() is used internally.
253
+ $store = new FlockStore('/var/stores');
254
255
.. caution::
256
0 commit comments