mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Added stricter types for mocks
This commit is contained in:
@@ -16,7 +16,7 @@ use Shlinkio\Shlink\Rest\Middleware\ShortUrl\DropDefaultDomainFromRequestMiddlew
|
||||
class DropDefaultDomainFromRequestMiddlewareTest extends TestCase
|
||||
{
|
||||
private DropDefaultDomainFromRequestMiddleware $middleware;
|
||||
private MockObject $next;
|
||||
private MockObject & RequestHandlerInterface $next;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user