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 9cde0d5 + 7a3a8cc commit 30e849cCopy full SHA for 30e849c
components/lock.rst
@@ -238,7 +238,8 @@ PHP process is terminated::
238
use Symfony\Component\Lock\Store\FlockStore;
239
240
// the argument is the path of the directory where the locks are created
241
- $store = new FlockStore(sys_get_temp_dir());
+ // if none is given, sys_get_temp_dir() is used internally.
242
+ $store = new FlockStore('/var/stores');
243
244
.. caution::
245
0 commit comments