improve Command phpdoc

This commit is contained in:
sunxyw
2022-12-17 16:27:49 +08:00
parent a430cf59c4
commit 65bb6a2473
2 changed files with 65 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ class InitCommand extends Command
// 将命令行入口标记为可执行
chmod($this->base_path . '/zhamao', 0755);
return 0;
return self::SUCCESS;
}
private function getExtractFiles(): array