1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11150] CS

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-12-15 19:36:56 +01:00
committed by Tristan Darricau
parent 4617037feb
commit 718ca44a06
8 changed files with 124 additions and 45 deletions

View File

@@ -19,7 +19,7 @@ use Symfony\Component\Console\Helper\HelperSet;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
class console_io extends ConsoleIO
class console_io extends ConsoleIO implements io_interface
{
use translate_composer_trait;