Update src/Core/Worker.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2021-11-01 07:53:34 +01:00 committed by Philipp
parent 807c95b314
commit 63960bca05
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/**