[Lock] fix missing inherit docs in RedisStore

This commit is contained in:
Amrouche Hamza 2019-06-25 07:47:15 +02:00
parent 0546941dc1
commit 71eb8cfe99
No known key found for this signature in database
GPG Key ID: E45A3DA456145BC1

View File

@ -71,6 +71,9 @@ class RedisStore implements StoreInterface
$this->checkNotExpired($key); $this->checkNotExpired($key);
} }
/**
* {@inheritdoc}
*/
public function waitAndSave(Key $key) public function waitAndSave(Key $key)
{ {
throw new InvalidArgumentException(sprintf('The store "%s" does not supports blocking locks.', \get_class($this))); throw new InvalidArgumentException(sprintf('The store "%s" does not supports blocking locks.', \get_class($this)));