改名
This commit is contained in:
@@ -25,13 +25,13 @@ abstract class Crontab implements PipeMessage
|
||||
private string $name = '';
|
||||
|
||||
|
||||
private mixed $params = [];
|
||||
private mixed $params;
|
||||
|
||||
|
||||
private int $tickTime = 1;
|
||||
private int $tickTime;
|
||||
|
||||
|
||||
private bool $isLoop = false;
|
||||
private bool $isLoop;
|
||||
|
||||
|
||||
private int $timerId = -1;
|
||||
|
||||
Reference in New Issue
Block a user