Skip to content

Commit 4cda8a4

Browse files
committed
fix intersection types in tests
1 parent 111a515 commit 4cda8a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/Store/CombinedStoreTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ public function getStore(): PersistingStoreInterface
5151
return new CombinedStore([new RedisStore($redis)], new UnanimousStrategy());
5252
}
5353

54-
/** @var MockObject */
54+
/** @var MockObject&StrategyInterface */
5555
private $strategy;
56-
/** @var MockObject */
56+
/** @var MockObject&BlockingStoreInterface */
5757
private $store1;
58-
/** @var MockObject */
58+
/** @var MockObject&BlockingStoreInterface */
5959
private $store2;
6060
/** @var CombinedStore */
6161
private $store;

0 commit comments

Comments
 (0)