Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b213c5a commit 93a9bd3Copy full SHA for 93a9bd3
src/Symfony/Component/Lock/Store/FlockStore.php
@@ -34,7 +34,7 @@ class FlockStore implements StoreInterface
34
/**
35
* @param string|null $lockPath the directory to store the lock, defaults to the system's temporary directory
36
*
37
- * @throws LockStorageException If the lock directory could not be created or is not writable
+ * @throws LockStorageException If the lock directory doesn’t exist or is not writable
38
*/
39
public function __construct($lockPath = null)
40
{
0 commit comments