php cs fixes

This commit is contained in:
2023-09-14 11:47:54 +02:00
parent 19789acbbe
commit b4f9501af5
110 changed files with 129 additions and 333 deletions

View File

@@ -36,9 +36,7 @@ final class TokenManagerTest extends KernelTestCase
$this->tokenManager = new TokenManager('secret', $logger);
}
public static function setUpBefore()
{
}
public static function setUpBefore() {}
public function testGenerate()
{