1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13740] Fix CS

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-09 19:32:30 +02:00
parent e967f3c1a8
commit 3309c89b05
3 changed files with 0 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ use phpbb\install\exception\user_interaction_required_exception;
use phpbb\install\helper\config;
use phpbb\install\helper\iohandler\iohandler_interface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
class installer
{