update cs

This commit is contained in:
2023-09-27 16:45:42 +02:00
parent 2e5954f6fd
commit 27c1bb03ff
116 changed files with 343 additions and 215 deletions

View File

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