mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Symfony 4 warning. The command cannot have an empty name.
This commit is contained in:
parent
83c81518c6
commit
d727194ea1
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class DumpCommand extends Command
|
|||
$availableFormats = $this->renderOpenApi->getAvailableFormats();
|
||||
$this
|
||||
->setDescription('Dumps documentation in OpenAPI format to: '.implode(', ', $availableFormats))
|
||||
->setName('nelmio:apidoc:dump')
|
||||
->addOption('area', '', InputOption::VALUE_OPTIONAL, '', 'default')
|
||||
->addOption(
|
||||
'format',
|
||||
|
|
Loading…
Add table
Reference in a new issue