1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +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

@@ -18,7 +18,7 @@ use phpbb\language\language;
use Symfony\Component\Console\Formatter\OutputFormatterInterface;
use Symfony\Component\Console\Output\StreamOutput;
class web_io extends BufferIO
class web_io extends BufferIO implements io_interface
{
use translate_composer_trait;