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

[ticket/11150] Fix CS

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-12-09 22:44:58 +01:00
committed by Tristan Darricau
parent ea4a4acee0
commit b5136e4976
5 changed files with 14 additions and 16 deletions

View File

@@ -13,13 +13,7 @@
namespace phpbb\console\command\extension;
use Composer\Package\CompletePackage;
use Composer\Package\PackageInterface;
use phpbb\composer\installer;
use phpbb\composer\manager;
use phpbb\composer\manager_interface;
use Symfony\Component\Console\Formatter\OutputFormatter;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle;

View File

@@ -15,7 +15,6 @@ namespace phpbb\console\command\extension;
use phpbb\composer\exception\managed_with_error_exception;
use phpbb\composer\io\console_io;
use phpbb\composer\manager;
use phpbb\composer\manager_interface;
use phpbb\language\language;
use Symfony\Component\Console\Input\InputArgument;