From 93a9bd39b2b8cb19b9d2b4985207f87c93de3462 Mon Sep 17 00:00:00 2001 From: Philipp Cordes Date: Sun, 29 Apr 2018 16:44:26 +0200 Subject: [PATCH] PhpDoc: There is no attempt to create the directory --- src/Symfony/Component/Lock/Store/FlockStore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Lock/Store/FlockStore.php b/src/Symfony/Component/Lock/Store/FlockStore.php index 5babc7f610bce..287d6fb583160 100644 --- a/src/Symfony/Component/Lock/Store/FlockStore.php +++ b/src/Symfony/Component/Lock/Store/FlockStore.php @@ -34,7 +34,7 @@ class FlockStore implements StoreInterface /** * @param string|null $lockPath the directory to store the lock, defaults to the system's temporary directory * - * @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 */ public function __construct($lockPath = null) {