From 7620d5900ecb59ec1b6fc3ac6bd29d8b898a2a8b Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 3 Jan 2024 16:06:44 +0800 Subject: [PATCH] cs fix --- src/SPC/command/BuildCliCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SPC/command/BuildCliCommand.php b/src/SPC/command/BuildCliCommand.php index 82f6b78a..4913751c 100644 --- a/src/SPC/command/BuildCliCommand.php +++ b/src/SPC/command/BuildCliCommand.php @@ -36,7 +36,6 @@ class BuildCliCommand extends BuildCommand $this->addOption('with-suggested-libs', 'L', null, 'Build with suggested libs for selected exts and libs'); $this->addOption('with-suggested-exts', 'E', null, 'Build with suggested extensions for selected exts'); $this->addOption('with-added-patch', 'P', InputOption::VALUE_IS_ARRAY | InputOption::VALUE_REQUIRED, 'Inject patch script outside'); - } public function handle(): int