Static analysis cleanup.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -19,9 +19,8 @@ class CommandShow extends Command
|
||||
{
|
||||
$this->addArgument(
|
||||
'config',
|
||||
InputArgument::OPTIONAL,
|
||||
'Configuration file',
|
||||
"config.yml"
|
||||
InputArgument::REQUIRED,
|
||||
'Configuration file'
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user