update some comments and redundant code

This commit is contained in:
crazywhalecc
2023-01-13 14:20:23 +08:00
parent 7c39a7fe39
commit 54f526b1c6
3 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ class PluginMeta implements \JsonSerializable
private array $dependencies;
/** @var null|string 插件的根目录 */
private ?string $root_dir = null;
private ?string $root_dir;
/** @var int 插件类型 */
private int $plugin_type;