From 4357ac890a32defc3e4e6df2f1e441096bce4e1b Mon Sep 17 00:00:00 2001 From: as2252258 Date: Wed, 27 Apr 2022 13:48:11 +0800 Subject: [PATCH] modify mysql result --- ServerManager.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ServerManager.php b/ServerManager.php index 60b3203..730cb11 100644 --- a/ServerManager.php +++ b/ServerManager.php @@ -89,11 +89,12 @@ class ServerManager extends Component } - /** - * @param ContainerInterface $container - * @param array $config - * @throws Exception - */ + /** + * @param ContainerInterface $container + * @param TaskManager $manager + * @param array $config + * @throws Exception + */ public function __construct(public ContainerInterface $container, public TaskManager $manager, array $config = []) {