diff --git a/Task/Task.php b/Task/Task.php index 4178524..af17e98 100644 --- a/Task/Task.php +++ b/Task/Task.php @@ -15,11 +15,9 @@ class Task implements TaskInterface { /** - * @param ServerInterface $server + * @var ServerInterface */ - public function __construct(public ServerInterface $server) - { - } + public ServerInterface $server; /**