Skip to content

Commit

Permalink
[Lock] Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Dec 12, 2019
1 parent 20811ce commit 5690b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/Lock/Store/MongoDbStore.php
Expand Up @@ -27,7 +27,7 @@
use Symfony\Component\Lock\Exception\LockStorageException;
use Symfony\Component\Lock\Exception\NotSupportedException;
use Symfony\Component\Lock\Key;
use Symfony\Component\Lock\StoreInterface;
use Symfony\Component\Lock\BlockingStoreInterface;

/**
* MongoDbStore is a StoreInterface implementation using MongoDB as a storage
Expand All @@ -46,7 +46,7 @@
*
* @author Joe Bennett <joe@assimtech.com>
*/
class MongoDbStore implements StoreInterface
class MongoDbStore implements BlockingStoreInterface
{
private $collection;
private $client;
Expand Down

0 comments on commit 5690b97

Please sign in to comment.