[ticket/13740] Fix docblocks and comments

PHPBB3-13740
This commit is contained in:
Mate Bartus 2015-07-20 18:47:10 +02:00
parent 88bf1d7f58
commit 6216007caa
4 changed files with 5 additions and 3 deletions

View file

@ -77,6 +77,7 @@ class install
* @param factory $factory * @param factory $factory
* @param navigation_provider $nav_provider * @param navigation_provider $nav_provider
* @param language $language * @param language $language
* @param template $template
* @param request_interface $request * @param request_interface $request
* @param installer $installer * @param installer $installer
*/ */

View file

@ -45,7 +45,8 @@ class cli_iohandler extends iohandler_base
/** /**
* Set the style and output used to display feedback; * Set the style and output used to display feedback;
* *
* @param OutputStyle $style * @param OutputStyle $style
* @param OutputInterface $output
*/ */
public function set_style(OutputStyle $style, OutputInterface $output) public function set_style(OutputStyle $style, OutputInterface $output)
{ {

View file

@ -85,7 +85,7 @@ class notify_user extends \phpbb\install\task_base
*/ */
public function run() public function run()
{ {
// @todo // @todo Login user after installation has been finished
//$this->user->setup('common'); //$this->user->setup('common');
//$this->user->session_begin(); //$this->user->session_begin();

View file

@ -47,7 +47,7 @@ class check_filesystem extends \phpbb\install\task_base
* Constructor * Constructor
* *
* @param \phpbb\filesystem\filesystem_interface $filesystem filesystem handler * @param \phpbb\filesystem\filesystem_interface $filesystem filesystem handler
* @parma \phpbb\install\helper\iohandler\iohandler_interface $response response helper * @param \phpbb\install\helper\iohandler\iohandler_interface $response response helper
* @param string $phpbb_root_path relative path to phpBB's root * @param string $phpbb_root_path relative path to phpBB's root
* @param string $php_ext extension of php files * @param string $php_ext extension of php files
*/ */