8000 [Lock] Fix merge · symfony/symfony@5690b97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5690b97

Browse files
[Lock] Fix merge
1 parent 20811ce commit 5690b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
use Symfony\Component\Lock\Exception\LockStorageException;
2828
use Symfony\Component\Lock\Exception\NotSupportedException;
2929
use Symfony\Component\Lock\Key;
30-
use Symfony\Component\Lock\StoreInterface;
30+
use Symfony\Component\Lock\BlockingStoreInterface;
3131

3232
/**
3333
* MongoDbStore is a StoreInterface implementation using MongoDB as a storage
@@ -46,7 +46,7 @@
4646
*
4747
* @author Joe Bennett <joe@assimtech.com>
4848
*/
49-
class MongoDbStore implements StoreInterface
49+
class MongoDbStore implements BlockingStoreInterface
5050
{
5151
private $collection;
5252
private $client;

0 commit comments

Comments
 (0)
0