Doc: doc for CronJobManagerInterface

This commit is contained in:
Julien Fastré 2022-12-12 23:29:03 +01:00
parent 23d7d1c8f0
commit d41dc7035c
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -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;
}