mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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
|
||||
{
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user