改名
This commit is contained in:
@@ -17,21 +17,23 @@ class DefaultCrontab extends Crontab
|
||||
*/
|
||||
public function isStop(): bool
|
||||
{
|
||||
// TODO: Implement isStop() method.
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function process(): mixed
|
||||
public function process(): void
|
||||
{
|
||||
// TODO: Implement process() method.
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function max_execute(): mixed
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function max_execute(): void
|
||||
{
|
||||
// TODO: Implement max_execute() method.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user