diff --git a/src/Bundle/ChillMainBundle/Cron/CronManagerInterface.php b/src/Bundle/ChillMainBundle/Cron/CronManagerInterface.php index 57f96c74b..d2292d455 100644 --- a/src/Bundle/ChillMainBundle/Cron/CronManagerInterface.php +++ b/src/Bundle/ChillMainBundle/Cron/CronManagerInterface.php @@ -14,10 +14,7 @@ namespace Chill\MainBundle\Cron; interface CronManagerInterface { /** - * Execute one job, with a given priority, or the given job (identified by his key) - * - * @param string|null $forceJob - * @return void + * Execute one job, with a given priority, or the given job (identified by his key). */ public function run(?string $forceJob = null): void; }