Skip to content

Commit

Permalink
fix intersection types in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed Jul 21, 2021
1 parent 111a515 commit 4cda8a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Store/CombinedStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ public function getStore(): PersistingStoreInterface
return new CombinedStore([new RedisStore($redis)], new UnanimousStrategy());
}

/** @var MockObject */
/** @var MockObject&StrategyInterface */
private $strategy;
/** @var MockObject */
/** @var MockObject&BlockingStoreInterface */
private $store1;
/** @var MockObject */
/** @var MockObject&BlockingStoreInterface */
private $store2;
/** @var CombinedStore */
private $store;
Expand Down

0 comments on commit 4cda8a4

Please sign in to comment.