mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-12 03:05:34 +08:00
update api docs
This commit is contained in:
committed by
github-actions[bot]
parent
14840715bc
commit
5b0e3ed636
@@ -50,7 +50,7 @@ public function addSpecialParser(string $class_name, callable $callback): mixed
|
||||
## parseAll
|
||||
|
||||
```php
|
||||
public function parseAll(): mixed
|
||||
public function parseAll(): void
|
||||
```
|
||||
|
||||
### 描述
|
||||
@@ -61,7 +61,7 @@ public function parseAll(): mixed
|
||||
|
||||
| 类型 | 描述 |
|
||||
| ---- | ----------- |
|
||||
| mixed | |
|
||||
| void | |
|
||||
|
||||
|
||||
## generateAnnotationList
|
||||
@@ -167,7 +167,7 @@ public function getAnnotationMap(): array
|
||||
## addRouteAnnotation
|
||||
|
||||
```php
|
||||
public function addRouteAnnotation(ZM\Annotation\Http\Route $vss): mixed
|
||||
public function addRouteAnnotation(ZM\Annotation\Http\Route $vss): void
|
||||
```
|
||||
|
||||
### 描述
|
||||
@@ -184,4 +184,4 @@ public function addRouteAnnotation(ZM\Annotation\Http\Route $vss): mixed
|
||||
|
||||
| 类型 | 描述 |
|
||||
| ---- | ----------- |
|
||||
| mixed | |
|
||||
| void | |
|
||||
|
||||
Reference in New Issue
Block a user