1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-15 22:26:32 +02:00

[ticket/14492] Remove unused use statement

PHPBB3-14492
This commit is contained in:
Marc Alexander
2016-03-02 22:00:08 +01:00
parent d62d35ad46
commit fd37919ecb

View File

@ -18,7 +18,6 @@ use phpbb\install\helper\config;
use phpbb\install\helper\iohandler\iohandler_interface; use phpbb\install\helper\iohandler\iohandler_interface;
use phpbb\install\helper\update_helper; use phpbb\install\helper\update_helper;
use phpbb\install\task_base; use phpbb\install\task_base;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Finder\Finder; use Symfony\Component\Finder\Finder;
/** /**