mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 17:44:44 +08:00
Added property types to some classes
This commit is contained in:
@@ -16,10 +16,8 @@ use Symfony\Component\Console\Tester\CommandTester;
|
||||
|
||||
class UpdateDbCommandTest extends TestCase
|
||||
{
|
||||
/** @var CommandTester */
|
||||
private $commandTester;
|
||||
/** @var ObjectProphecy */
|
||||
private $dbUpdater;
|
||||
private CommandTester $commandTester;
|
||||
private ObjectProphecy $dbUpdater;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user