mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11150] Add html output formatter
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
c88c692ad6
commit
ab60adb60c
@@ -436,7 +436,7 @@ class acp_extensions
|
||||
redirect($this->u_action);
|
||||
}
|
||||
|
||||
$formatter = new \Composer\Console\HtmlOutputFormatter([
|
||||
$formatter = new \phpbb\composer\io\html_output_formatter([
|
||||
'warning' => new \Symfony\Component\Console\Formatter\OutputFormatterStyle('black', 'yellow')
|
||||
]);
|
||||
|
||||
@@ -475,7 +475,7 @@ class acp_extensions
|
||||
redirect($this->u_action);
|
||||
}
|
||||
|
||||
$formatter = new \Composer\Console\HtmlOutputFormatter([
|
||||
$formatter = new \phpbb\composer\io\html_output_formatter([
|
||||
'warning' => new \Symfony\Component\Console\Formatter\OutputFormatterStyle('black', 'yellow')
|
||||
]);
|
||||
|
||||
@@ -514,7 +514,7 @@ class acp_extensions
|
||||
redirect($this->u_action);
|
||||
}
|
||||
|
||||
$formatter = new \Composer\Console\HtmlOutputFormatter([
|
||||
$formatter = new \phpbb\composer\io\html_output_formatter([
|
||||
'warning' => new \Symfony\Component\Console\Formatter\OutputFormatterStyle('black', 'yellow')
|
||||
]);
|
||||
|
||||
@@ -553,7 +553,7 @@ class acp_extensions
|
||||
redirect($this->u_action);
|
||||
}
|
||||
|
||||
$formatter = new \Composer\Console\HtmlOutputFormatter([
|
||||
$formatter = new \phpbb\composer\io\html_output_formatter([
|
||||
'warning' => new \Symfony\Component\Console\Formatter\OutputFormatterStyle('black', 'yellow')
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user