mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
CS fixer
This commit is contained in:
parent
02d56da414
commit
ff59bbdab0
59 changed files with 196 additions and 111 deletions
|
@ -79,7 +79,8 @@ class ShowCommand extends BaseCommand
|
|||
new InputOption('strict', null, InputOption::VALUE_NONE, 'Return a non-zero exit code when there are outdated packages'),
|
||||
new InputOption('format', 'f', InputOption::VALUE_REQUIRED, 'Format of the output: text or json', 'text'),
|
||||
))
|
||||
->setHelp(<<<EOT
|
||||
->setHelp(
|
||||
<<<EOT
|
||||
The show command displays detailed information about a package, or
|
||||
lists all packages available.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue