mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/12683] Small code style improvements
PHPBB3-12683
This commit is contained in:
@@ -74,15 +74,13 @@ class create extends command
|
||||
*/
|
||||
protected function configure()
|
||||
{
|
||||
$this
|
||||
->setName('searchindex:create')
|
||||
$this->setName('searchindex:create')
|
||||
->setDescription($this->language->lang('CLI_DESCRIPTION_SEARCHINDEX_CREATE'))
|
||||
->addArgument(
|
||||
'search-backend',
|
||||
InputArgument::REQUIRED,
|
||||
$this->language->lang('CLI_SEARCHINDEX_SEARCH_BACKEND_NAME')
|
||||
)
|
||||
;
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user