mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Doc: doc for CronJobManagerInterface
This commit is contained in:
parent
23d7d1c8f0
commit
d41dc7035c
@ -14,10 +14,7 @@ namespace Chill\MainBundle\Cron;
|
|||||||
interface CronManagerInterface
|
interface CronManagerInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Execute one job, with a given priority, or the given job (identified by his key)
|
* Execute one job, with a given priority, or the given job (identified by his key).
|
||||||
*
|
|
||||||
* @param string|null $forceJob
|
|
||||||
* @return void
|
|
||||||
*/
|
*/
|
||||||
public function run(?string $forceJob = null): void;
|
public function run(?string $forceJob = null): void;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user