aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/module_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/module_base.php')
-rw-r--r--phpBB/install/module_base.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/install/module_base.php b/phpBB/install/module_base.php
index defccaefef..a34a103aca 100644
--- a/phpBB/install/module_base.php
+++ b/phpBB/install/module_base.php
@@ -63,8 +63,6 @@ abstract class module_base implements module_interface
* @param \Symfony\Component\DependencyInjection\ContainerInterface $container
* @param \phpbb\install\helper\config $config
* @param \phpbb\install\helper\iohandler\iohandler_interface $iohandler
- *
- * @return null
*/
public function setup(\Symfony\Component\DependencyInjection\ContainerInterface $container, \phpbb\install\helper\config $config, \phpbb\install\helper\iohandler\iohandler_interface $iohandler)
{