aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module_base.php
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-07-10 00:47:28 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-10 00:47:28 +0200
commit59d22eff497ea1107851067aa99eed4c979c0766 (patch)
treee530467c03c39883f89ea4fa445e8b50661d30d6 /phpBB/phpbb/install/module_base.php
parente46689a0cdbb418673741234f55e843f1bdd8016 (diff)
downloadforums-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/module_base.php')
-rw-r--r--phpBB/phpbb/install/module_base.php5
1 files changed, 0 insertions, 5 deletions
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;