|
@@ -14,8 +14,8 @@ |
|
|
block discarded – undo |
|
14
|
14
|
$this |
|
15
|
15
|
->setName('app:oauth-client:create') |
|
16
|
16
|
->setDescription('Create OAuth Client.') |
|
17
|
|
- ->addArgument('redirectUri', InputArgument::REQUIRED, 'The redirect uri') |
|
18
|
|
- ->addArgument('grantType', InputArgument::REQUIRED | InputArgument::IS_ARRAY, 'The grant type') |
|
|
17
|
+ ->addArgument('redirectUri', InputArgument::REQUIRED, 'The redirect uri') |
|
|
18
|
+ ->addArgument('grantType', InputArgument::REQUIRED | InputArgument::IS_ARRAY, 'The grant type') |
|
19
|
19
|
->setHelp(<<<EOT |
|
20
|
20
|
The <info>app:oauth:create</info> command creates a OAuth Client: |
|
21
|
21
|
|
Please login to merge, or discard this patch.