Re-generate API docs

This commit is contained in:
crazywhalecc
2022-04-01 18:48:48 +08:00
committed by sunxyw
parent ae0cf5e3d7
commit 9fa1079248
39 changed files with 488 additions and 220 deletions

View File

@@ -3,13 +3,19 @@
## stop
```php
public function stop(): mixed
public function stop(mixed $error_exit): mixed
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| error_exit | mixed | |
### 返回
| 类型 | 描述 |
@@ -69,6 +75,7 @@ public function getClassesPsr4(mixed $dir, mixed $base_namespace, null|mixed $ru
| base_namespace | mixed | |
| rule | null|mixed | |
| return_path_value | bool | |
### 返回
| 类型 | 描述 |