mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Added more stricter types for mocks
This commit is contained in:
@@ -17,7 +17,7 @@ use Shlinkio\Shlink\IpGeolocation\Resolver\IpLocationResolverInterface;
|
||||
class VisitToLocationHelperTest extends TestCase
|
||||
{
|
||||
private VisitToLocationHelper $helper;
|
||||
private MockObject $ipLocationResolver;
|
||||
private MockObject & IpLocationResolverInterface $ipLocationResolver;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user