From ba59b9431eeeeb85ded20141c1cda40021d57b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sat, 30 Sep 2023 20:12:28 +0800 Subject: [PATCH] eee --- ImplodeCommand.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ImplodeCommand.php b/ImplodeCommand.php index 6162609..745f8db 100644 --- a/ImplodeCommand.php +++ b/ImplodeCommand.php @@ -19,16 +19,28 @@ use Symfony\Component\Console\Output\OutputInterface; class ImplodeCommand extends Command { + + /** + * @var string + */ public string $command = 'db:implode'; + /** + * @var string + */ public string $description = 'php kiri.php db:implode --database users /Users/admin/snowflake-bi/test.sql'; + /** + * @var LocalService + */ private LocalService $service; - public array $percentStatus = []; + /** + * @var Channel + */ protected Channel $channel;