update api docs

This commit is contained in:
sunxyw
2022-12-17 16:00:07 +00:00
committed by github-actions[bot]
parent adc1d176e3
commit cd94539e99
2 changed files with 18 additions and 2 deletions

View File

@@ -24,6 +24,23 @@ public function execute(Symfony\Component\Console\Input\InputInterface $input, S
| int | |
## shouldExecute
```php
public function shouldExecute(): bool
```
### 描述
作者很懒,什么也没有说
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| bool | |
## handle
```php