1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

Linter fix

This commit is contained in:
Matej Baco 2022-11-15 12:32:36 +01:00
parent 1084631d0f
commit 9539e27907

View file

@ -16,8 +16,8 @@ use function Swoole\Coroutine\run;
class Schedule extends Action
{
const FUNCTION_UPDATE_TIMER = 10; //seconds
const FUNCTION_ENQUEUE_TIMER = 60; //seconds
public const FUNCTION_UPDATE_TIMER = 10; //seconds
public const FUNCTION_ENQUEUE_TIMER = 60; //seconds
public static function getName(): string
{