Update src/Core/Worker.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
807c95b314
commit
63960bca05
|
@ -52,7 +52,7 @@ class Worker
|
|||
private static $last_update;
|
||||
private static $state;
|
||||
private static $daemon_mode = null;
|
||||
/** @var Worker\Entity\Process */
|
||||
/** @var Process */
|
||||
private static $process;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue