mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Doc: doc for CronJobManagerInterface
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user