Added void return type to setUp/tearDown test methods.
This commit is contained in:
@@ -16,7 +16,7 @@ class ComposerManagerTest extends TestCase
|
||||
{
|
||||
private $logger;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->logger = new Logger('test');
|
||||
$this->logger->pushHandler(new NullHandler());
|
||||
|
||||
Reference in New Issue
Block a user