php cs fixes

This commit is contained in:
2023-09-14 12:25:56 +02:00
parent 15fbfbb621
commit 754515f185
110 changed files with 129 additions and 333 deletions

View File

@@ -20,8 +20,7 @@ readonly class AccompanyingPeriodStepChangeCronjob implements CronJobInterface
public function __construct(
private ClockInterface $clock,
private AccompanyingPeriodStepChangeRequestor $requestor,
) {
}
) {}
public function canRun(?CronJobExecution $cronJobExecution): bool
{