mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix: Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
5319537569
commit
befc68d8c0
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class WorkerCommandTest extends TestCase {
|
|||
$this->logger = $this->createMock(LoggerInterface::class);
|
||||
$this->appConfig = $this->createMock(IAppConfig::class);
|
||||
$this->timeFactory = $this->createMock(ITimeFactory::class);
|
||||
$this->timeFactory->method('now')->willReturnCallback(fn() => new \DateTimeImmutable());
|
||||
$this->timeFactory->method('now')->willReturnCallback(fn () => new \DateTimeImmutable());
|
||||
$this->command = new WorkerCommand($this->manager, $this->logger, $this->appConfig, $this->timeFactory);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue