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.
1 parent 111a515 commit 4cda8a4Copy full SHA for 4cda8a4
Tests/Store/CombinedStoreTest.php
@@ -51,11 +51,11 @@ public function getStore(): PersistingStoreInterface
51
return new CombinedStore([new RedisStore($redis)], new UnanimousStrategy());
52
}
53
54
- /** @var MockObject */
+ /** @var MockObject&StrategyInterface */
55
private $strategy;
56
+ /** @var MockObject&BlockingStoreInterface */
57
private $store1;
58
59
private $store2;
60
/** @var CombinedStore */
61
private $store;
0 commit comments