diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2015-07-10 00:47:28 +0200 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-07-10 00:47:28 +0200 |
commit | 59d22eff497ea1107851067aa99eed4c979c0766 (patch) | |
tree | e530467c03c39883f89ea4fa445e8b50661d30d6 /phpBB/phpbb/install | |
parent | e46689a0cdbb418673741234f55e843f1bdd8016 (diff) | |
download | forums-59d22eff497ea1107851067aa99eed4c979c0766.tar forums-59d22eff497ea1107851067aa99eed4c979c0766.tar.gz forums-59d22eff497ea1107851067aa99eed4c979c0766.tar.bz2 forums-59d22eff497ea1107851067aa99eed4c979c0766.tar.xz forums-59d22eff497ea1107851067aa99eed4c979c0766.zip |
[ticket/13740] Fix CS
PHPBB3-13740
Diffstat (limited to 'phpBB/phpbb/install')
-rw-r--r-- | phpBB/phpbb/install/installer.php | 6 | ||||
-rw-r--r-- | phpBB/phpbb/install/module_base.php | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/phpBB/phpbb/install/installer.php b/phpBB/phpbb/install/installer.php index f69b48ce3b..548615cb1d 100644 --- a/phpBB/phpbb/install/installer.php +++ b/phpBB/phpbb/install/installer.php @@ -20,16 +20,10 @@ use phpbb\install\exception\resource_limit_reached_exception; 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; class installer { /** - * @var ContainerInterface - */ - protected $container; - - /** * @var config */ protected $install_config; diff --git a/phpBB/phpbb/install/module_base.php b/phpBB/phpbb/install/module_base.php index 60eaa79139..a933d4987c 100644 --- a/phpBB/phpbb/install/module_base.php +++ b/phpBB/phpbb/install/module_base.php @@ -24,11 +24,6 @@ use phpbb\install\helper\iohandler\iohandler_interface; abstract class module_base implements module_interface { /** - * @var ContainerInterface - */ - protected $container; - - /** * @var config */ protected $install_config; |