mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-09 05:38:25 +00:00
apply rector ruleset "symfony constructor injection"
This commit is contained in:
@@ -29,7 +29,7 @@ final class TokenManagerTest extends KernelTestCase
|
||||
self::bootKernel();
|
||||
|
||||
$logger = self::getContainer()
|
||||
->get('logger');
|
||||
->get(LoggerInterface::class);
|
||||
|
||||
$this->tokenManager = new TokenManager('secret', $logger);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user