This commit is contained in:
2021-07-23 17:58:24 +08:00
parent b7d0b0c3d6
commit cb04fccbd2
+3 -3
View File
@@ -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;