Skip to content

Commit 1fcea54

Browse files
Merge branch '5.4' into 6.0
* 5.4: [DoctrineBridge] Remove dead code [Lock] Remove unused variable [DoctrineBridge] Replace string with FQCN resolution in EntityType Add missing `@return $this` annotations [Notifier] Add missing types to SmscTransport
2 parents dbd81eb + bd68d1b commit 1fcea54

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
@@ -34,8 +34,6 @@ class CombinedStore implements SharedLockStoreInterface, LoggerAwareInterface
3434
/** @var PersistingStoreInterface[] */
3535
private array $stores;
3636
private StrategyInterface $strategy;
37-
/** @var SharedLockStoreInterface[] */
38-
private array $sharedLockStores;
3937

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

0 commit comments

Comments
 (0)