We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06ad50f + 9487816 commit e36955fCopy full SHA for e36955f
Tests/Store/CombinedStoreTest.php
@@ -53,11 +53,11 @@ public function getStore(): PersistingStoreInterface
53
return new CombinedStore([new RedisStore($redis)], new UnanimousStrategy());
54
}
55
56
- /** @var MockObject */
+ /** @var MockObject&StrategyInterface */
57
private $strategy;
58
+ /** @var MockObject&BlockingStoreInterface */
59
private $store1;
60
61
private $store2;
62
/** @var CombinedStore */
63
private $store;
0 commit comments