diff --git a/src/Bundle/ChillMainBundle/Cron/CronJobInterface.php b/src/Bundle/ChillMainBundle/Cron/CronJobInterface.php index 9194e6c53..a81ec37fd 100644 --- a/src/Bundle/ChillMainBundle/Cron/CronJobInterface.php +++ b/src/Bundle/ChillMainBundle/Cron/CronJobInterface.php @@ -25,6 +25,7 @@ interface CronJobInterface * If data is returned, this data is passed as argument on the next execution * * @param array> $lastExecutionData the data which was returned from the previous execution + * * @return array>|null optionally return an array with the same data than the previous execution */ public function run(array $lastExecutionData): ?array;