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:
committed by
Tristan Darricau
parent
ea4a4acee0
commit
b5136e4976
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user