Skip to content

Commit faa683c

Browse files
committed
Preparing for new bitexpert/phpstan-magento feature (see bitExpert/phpstan-magento#35)
1 parent db4f30d commit faa683c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cron/ScheduleJob.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function schedule(string $jobCode): bool
3737
$createdAtTime = $this->getCronTimestamp();
3838
$scheduledAtTime = $createdAtTime + (60 - ($createdAtTime % 60)); // set scheduledAtTime to next minute
3939

40+
/** @var CronScheduleModel */
4041
$schedule = $this->cronScheduleCollection->getNewEmptyItem();
4142
$schedule
4243
->setJobCode($jobCode)

0 commit comments

Comments
 (0)