1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[ticket/13740] Clean up docblocks

PHPBB3-13740
This commit is contained in:
MateBartus
2015-06-02 20:41:26 +02:00
committed by Mate Bartus
parent 0b74e3b0de
commit 4df89d8848
10 changed files with 25 additions and 42 deletions

View File

@@ -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)
{