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

@@ -3,7 +3,7 @@
## check
```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 | |
| local | mixed | |
| out | Symfony\Component\Console\Output\OutputInterface | |
### 返回