mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 13:14:52 +08:00
25 lines
463 B
Markdown
25 lines
463 B
Markdown
|
|
# ZM\Command\CheckConfigCommand
|
||
|
|
|
||
|
|
## check
|
||
|
|
|
||
|
|
```php
|
||
|
|
public function check(mixed $remote, mixed $local, Symfony\Component\Console\Output\OutputInterface $out): mixed
|
||
|
|
```
|
||
|
|
|
||
|
|
### 描述
|
||
|
|
|
||
|
|
作者很懒,什么也没有说
|
||
|
|
|
||
|
|
### 参数
|
||
|
|
|
||
|
|
| 名称 | 类型 | 描述 |
|
||
|
|
| -------- | ---- | ----------- |
|
||
|
|
| remote | mixed | |
|
||
|
|
| local | mixed | |
|
||
|
|
| out | Symfony\Component\Console\Output\OutputInterface | |
|
||
|
|
### 返回
|
||
|
|
|
||
|
|
| 类型 | 描述 |
|
||
|
|
| ---- | ----------- |
|
||
|
|
| mixed | |
|