mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 16:15:34 +08:00
update api docs
This commit is contained in:
committed by
github-actions[bot]
parent
adc1d176e3
commit
cd94539e99
@@ -3,7 +3,7 @@
|
|||||||
## check
|
## check
|
||||||
|
|
||||||
```php
|
```php
|
||||||
public function check(mixed $remote, mixed $local, Symfony\Component\Console\Output\OutputInterface $out): mixed
|
public function check(mixed $remote, mixed $local): mixed
|
||||||
```
|
```
|
||||||
|
|
||||||
### 描述
|
### 描述
|
||||||
@@ -16,7 +16,6 @@ public function check(mixed $remote, mixed $local, Symfony\Component\Console\Out
|
|||||||
| -------- | ---- | ----------- |
|
| -------- | ---- | ----------- |
|
||||||
| remote | mixed | |
|
| remote | mixed | |
|
||||||
| local | mixed | |
|
| local | mixed | |
|
||||||
| out | Symfony\Component\Console\Output\OutputInterface | |
|
|
||||||
|
|
||||||
### 返回
|
### 返回
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,23 @@ public function execute(Symfony\Component\Console\Input\InputInterface $input, S
|
|||||||
| int | |
|
| int | |
|
||||||
|
|
||||||
|
|
||||||
|
## shouldExecute
|
||||||
|
|
||||||
|
```php
|
||||||
|
public function shouldExecute(): bool
|
||||||
|
```
|
||||||
|
|
||||||
|
### 描述
|
||||||
|
|
||||||
|
作者很懒,什么也没有说
|
||||||
|
|
||||||
|
### 返回
|
||||||
|
|
||||||
|
| 类型 | 描述 |
|
||||||
|
| ---- | ----------- |
|
||||||
|
| bool | |
|
||||||
|
|
||||||
|
|
||||||
## handle
|
## handle
|
||||||
|
|
||||||
```php
|
```php
|
||||||
|
|||||||
Reference in New Issue
Block a user