mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 08:05:34 +08:00
improve Command phpdoc
This commit is contained in:
@@ -108,7 +108,7 @@ class InitCommand extends Command
|
||||
|
||||
// 将命令行入口标记为可执行
|
||||
chmod($this->base_path . '/zhamao', 0755);
|
||||
return 0;
|
||||
return self::SUCCESS;
|
||||
}
|
||||
|
||||
private function getExtractFiles(): array
|
||||
|
||||
Reference in New Issue
Block a user