From 4df89d88486faa0c70473271c6ba757d5faab851 Mon Sep 17 00:00:00 2001 From: MateBartus Date: Tue, 2 Jun 2015 20:41:26 +0200 Subject: [ticket/13740] Clean up docblocks PHPBB3-13740 --- phpBB/install/module_base.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpBB/install/module_base.php') 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) { -- cgit v1.2.1