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 b2c9f30 commit 3a70719Copy full SHA for 3a70719
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