1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11150] CS

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-12-15 22:05:18 +01:00
committed by Tristan Darricau
parent 43038a65de
commit 1c9ecd084c
4 changed files with 9 additions and 23 deletions

View File

@@ -13,13 +13,7 @@
namespace phpbb\composer\io;
use Composer\IO\ConsoleIO;
use Composer\IO\IOInterface;
use Composer\IO\NullIO;
use phpbb\language\language;
use Symfony\Component\Console\Helper\HelperSet;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
interface io_interface extends IOInterface
{