Skip to content

Commit c134ae9

Browse files
Merge branch '4.0'
* 4.0: PhpDoc: There is no attempt to create the directory Avoiding an error when an unused service has a missing base class Add an implementation just for php 7.0 bumped Symfony version to 2.7.47 Fix #27011: Session ini_set bug [Cache] TagAwareAdapterInterface::invalidateTags() should commit deferred items updated VERSION for 2.7.46 update CONTRIBUTORS for 2.7.46 updated CHANGELOG for 2.7.46 bug #25844 [HttpKernel] Catch HttpExceptions when templating is not installed
2 parents eed6b3e + 7834c32 commit c134ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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(string $lockPath = null)
4040
{

0 commit comments

Comments
 (0)