File: phpbb/install/console/command/install/install.php
Unmodified
Added
Modified
Removed
Line 98 | Line 98 |
---|
{ $this->iohandler_factory->set_environment('cli');
|
{ $this->iohandler_factory->set_environment('cli');
|
/** @var \phpbb\install\helper\iohandler\cli_iohandler $iohandler */
| /** @var cli_iohandler $iohandler */
|
$iohandler = $this->iohandler_factory->get(); $style = new SymfonyStyle($input, $output); $iohandler->set_style($style, $output);
| $iohandler = $this->iohandler_factory->get(); $style = new SymfonyStyle($input, $output); $iohandler->set_style($style, $output);
|