@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | protected function getArguments() |
81 | 81 | { |
82 | 82 | return [ |
83 | - ['name', InputArgument::REQUIRED, 'Name of the provider.'], |
|
83 | + [ 'name', InputArgument::REQUIRED, 'Name of the provider.' ], |
|
84 | 84 | ]; |
85 | 85 | } |
86 | 86 | |
@@ -92,14 +92,14 @@ discard block |
||
92 | 92 | protected function getOptions() |
93 | 93 | { |
94 | 94 | return [ |
95 | - ['spec', null, InputOption::VALUE_REQUIRED, 'The OAuth version that should be used.'], |
|
96 | - ['author', null, InputOption::VALUE_REQUIRED, 'The name of the author.'], |
|
97 | - ['email', null, InputOption::VALUE_REQUIRED, 'The email of the author.'], |
|
98 | - ['scopes', null, InputOption::VALUE_OPTIONAL, 'The scopes to be requested.'], |
|
99 | - ['request_token_url', null, InputOption::VALUE_OPTIONAL, 'The Request-Token-Endpoint URL.'], |
|
100 | - ['authorize_url', null, InputOption::VALUE_OPTIONAL, 'The Authorization-Endpoint URL.'], |
|
101 | - ['access_token_url', null, InputOption::VALUE_OPTIONAL, 'The Access-Token-Endpoint URL.'], |
|
102 | - ['user_details_url', null, InputOption::VALUE_OPTIONAL, 'The User-Details-Endpoint URL.'], |
|
95 | + [ 'spec', null, InputOption::VALUE_REQUIRED, 'The OAuth version that should be used.' ], |
|
96 | + [ 'author', null, InputOption::VALUE_REQUIRED, 'The name of the author.' ], |
|
97 | + [ 'email', null, InputOption::VALUE_REQUIRED, 'The email of the author.' ], |
|
98 | + [ 'scopes', null, InputOption::VALUE_OPTIONAL, 'The scopes to be requested.' ], |
|
99 | + [ 'request_token_url', null, InputOption::VALUE_OPTIONAL, 'The Request-Token-Endpoint URL.' ], |
|
100 | + [ 'authorize_url', null, InputOption::VALUE_OPTIONAL, 'The Authorization-Endpoint URL.' ], |
|
101 | + [ 'access_token_url', null, InputOption::VALUE_OPTIONAL, 'The Access-Token-Endpoint URL.' ], |
|
102 | + [ 'user_details_url', null, InputOption::VALUE_OPTIONAL, 'The User-Details-Endpoint URL.' ], |
|
103 | 103 | ]; |
104 | 104 | } |
105 | 105 | } |