Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93a9bd3

Browse files
committed
PhpDoc: There is no attempt to create the directory
1 parent b213c5a commit 93a9bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/Store/FlockStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class FlockStore implements StoreInterface
3434
/**
3535
* @param string|null $lockPath the directory to store the lock, defaults to the system's temporary directory
3636
*
37-
* @throws LockStorageException If the lock directory could not be created or is not writable
37+
* @throws LockStorageException If the lock directory doesn’t exist or is not writable
3838
*/
3939
public function __construct($lockPath = null)
4040
{

0 commit comments

Comments
 (0)