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:
@@ -15,7 +15,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
class ShlinkTableTest extends TestCase
|
||||
{
|
||||
private ShlinkTable $shlinkTable;
|
||||
private MockObject $baseTable;
|
||||
private MockObject & Table $baseTable;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user