update cs using php-cs-fixer 3.30

This commit is contained in:
2023-09-27 16:55:01 +02:00
parent 27c1bb03ff
commit 05a8dba912
115 changed files with 134 additions and 343 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
{