mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Fix CS
This commit is contained in:
parent
52967c32cf
commit
40800df6bd
22 changed files with 72 additions and 79 deletions
|
@ -33,7 +33,7 @@ class FundCommand extends BaseCommand
|
|||
$this->setName('fund')
|
||||
->setDescription('Discover how to help fund the maintenance of your dependencies.')
|
||||
->setDefinition(array(
|
||||
new InputOption('format', 'f', InputOption::VALUE_REQUIRED, 'Format of the output: text or json', 'text')
|
||||
new InputOption('format', 'f', InputOption::VALUE_REQUIRED, 'Format of the output: text or json', 'text'),
|
||||
))
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue