mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 12:44:06 +02:00
[ticket/12683] Small code style improvements
PHPBB3-12683
This commit is contained in:
@@ -49,10 +49,8 @@ class list_all extends \phpbb\console\command\command
|
||||
*/
|
||||
protected function configure()
|
||||
{
|
||||
$this
|
||||
->setName('reparser:list')
|
||||
->setDescription($this->user->lang('CLI_DESCRIPTION_REPARSER_LIST'))
|
||||
;
|
||||
$this->setName('reparser:list')
|
||||
->setDescription($this->user->lang('CLI_DESCRIPTION_REPARSER_LIST'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user