update api docs

This commit is contained in:
sunxyw
2022-12-17 11:43:41 +00:00
committed by github-actions[bot]
parent 9399e54da8
commit ca61e6a238
5 changed files with 250 additions and 48 deletions

View File

@@ -1,28 +1,5 @@
# ZM\InstantApplication
## __construct
```php
public function __construct(mixed $dir): mixed
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| dir | mixed | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
## run
```php