update api docs

This commit is contained in:
Github Build Bot
2022-04-02 17:31:48 +00:00
parent 520099aaba
commit c1a877489b
24 changed files with 502 additions and 728 deletions

View File

@@ -26,7 +26,7 @@ public function __construct(array $module): mixed
## setOutputPath
```php
public function setOutputPath(mixed $path): mixed
public function setOutputPath(string $path): mixed
```
### 描述
@@ -37,7 +37,7 @@ public function setOutputPath(mixed $path): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| path | mixed | |
| path | string | 输出路径 |
### 返回