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

[ticket/14561] Remove unused use statements

PHPBB3-14561
This commit is contained in:
Matt Friedman
2016-03-26 14:50:45 -07:00
parent 6291bfaca9
commit 13f365916c
3 changed files with 0 additions and 7 deletions

View File

@@ -18,7 +18,6 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ConfirmationQuestion;
use Symfony\Component\Console\Question\Question;
use Symfony\Component\Console\Style\SymfonyStyle;
class delete extends \phpbb\console\command\command