mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Added more stricter types for mocks
This commit is contained in:
@@ -17,7 +17,7 @@ use Shlinkio\Shlink\Rest\Entity\ApiKey;
|
||||
class InitialApiKeyDelegatorTest extends TestCase
|
||||
{
|
||||
private InitialApiKeyDelegator $delegator;
|
||||
private MockObject $container;
|
||||
private MockObject & ContainerInterface $container;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user