Static analysis cleanup.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-06-13 08:15:29 +00:00
parent 0f3bbf1f47
commit 4ffac17b62
6 changed files with 47 additions and 22 deletions

View File

@ -19,9 +19,8 @@ class CommandShow extends Command
{
$this->addArgument(
'config',
InputArgument::OPTIONAL,
'Configuration file',
"config.yml"
InputArgument::REQUIRED,
'Configuration file'
);
}