Skip to content

Commit bd68d1b

Browse files
committed
[Lock] Remove unused variable
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent 3c6076e commit bd68d1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Store/CombinedStore.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ class CombinedStore implements SharedLockStoreInterface, LoggerAwareInterface
3535
private $stores;
3636
/** @var StrategyInterface */
3737
private $strategy;
38-
/** @var SharedLockStoreInterface[] */
39-
private $sharedLockStores;
4038

4139
/**
4240
* @param PersistingStoreInterface[] $stores The list of synchronized stores

0 commit comments

Comments
 (0)