diff --git a/Task/Task.php b/Task/Task.php index af17e98..65cb575 100644 --- a/Task/Task.php +++ b/Task/Task.php @@ -11,6 +11,10 @@ use Psr\Container\NotFoundExceptionInterface; use ReflectionException; use Swoole\Server; + +/** + * + */ class Task implements TaskInterface {