mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 09:05:34 +08:00
cs-fix
This commit is contained in:
@@ -20,9 +20,6 @@ class PluginInstallCommand extends PluginCommand
|
||||
$this->addOption('github-token', null, InputOption::VALUE_REQUIRED, '提供的 GitHub Token');
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
protected function handle(): int
|
||||
{
|
||||
$addr = $this->input->getArgument('address');
|
||||
|
||||
@@ -27,7 +27,6 @@ class PluginMakeCommand extends PluginCommand
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws FileSystemException
|
||||
*/
|
||||
protected function handle(): int
|
||||
|
||||
@@ -19,9 +19,6 @@ class PluginPackCommand extends PluginCommand
|
||||
$this->addOption('build-dir', 'D', InputOption::VALUE_REQUIRED, '指定输出文件位置', WORKING_DIR . '/build');
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
protected function handle(): int
|
||||
{
|
||||
try {
|
||||
|
||||
@@ -17,9 +17,6 @@ class PluginRemoveCommand extends PluginCommand
|
||||
$this->addArgument('name', InputArgument::REQUIRED, '插件名称');
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
protected function handle(): int
|
||||
{
|
||||
$plugin_name = $this->input->getArgument('name');
|
||||
|
||||
Reference in New Issue
Block a user