Skip to content

Commit befc68d

Browse files
marcelklehrbackportbot[bot]
authored andcommitted
fix: Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 5319537 commit befc68d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Core/Command/TaskProcessing/WorkerCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function setUp(): void {
3737
$this->logger = $this->createMock(LoggerInterface::class);
3838
$this->appConfig = $this->createMock(IAppConfig::class);
3939
$this->timeFactory = $this->createMock(ITimeFactory::class);
40-
$this->timeFactory->method('now')->willReturnCallback(fn() => new \DateTimeImmutable());
40+
$this->timeFactory->method('now')->willReturnCallback(fn () => new \DateTimeImmutable());
4141
$this->command = new WorkerCommand($this->manager, $this->logger, $this->appConfig, $this->timeFactory);
4242
}
4343

0 commit comments

Comments
 (0)