From aab57ce216db29c8d730d25baa9ba2bfb318fdac Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 25 Dec 2022 23:20:57 +0800 Subject: [PATCH] add PHPDoc --- src/ZM/Utils/CodeGenerator/PluginGenerator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ZM/Utils/CodeGenerator/PluginGenerator.php b/src/ZM/Utils/CodeGenerator/PluginGenerator.php index 4ff08212..28e16c9c 100644 --- a/src/ZM/Utils/CodeGenerator/PluginGenerator.php +++ b/src/ZM/Utils/CodeGenerator/PluginGenerator.php @@ -20,7 +20,6 @@ class PluginGenerator * 开始生成 * * @param array $options 传入的命令行选项 - * @return void */ public function generate(array $options): void {