aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-07-20 18:47:10 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-20 18:47:10 +0200
commit6216007caaa884bdbca8bbb5e098ff231b5a36a6 (patch)
tree38b2c59b314841e867394e11680eda642cedcd88 /phpBB/phpbb/install/module
parent88bf1d7f5802fc37bf77277a8ee65c6fb1f34c87 (diff)
downloadforums-6216007caaa884bdbca8bbb5e098ff231b5a36a6.tar
forums-6216007caaa884bdbca8bbb5e098ff231b5a36a6.tar.gz
forums-6216007caaa884bdbca8bbb5e098ff231b5a36a6.tar.bz2
forums-6216007caaa884bdbca8bbb5e098ff231b5a36a6.tar.xz
forums-6216007caaa884bdbca8bbb5e098ff231b5a36a6.zip
[ticket/13740] Fix docblocks and comments
PHPBB3-13740
Diffstat (limited to 'phpBB/phpbb/install/module')
-rw-r--r--phpBB/phpbb/install/module/install_finish/task/notify_user.php2
-rw-r--r--phpBB/phpbb/install/module/requirements/task/check_filesystem.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/install/module/install_finish/task/notify_user.php b/phpBB/phpbb/install/module/install_finish/task/notify_user.php
index 4ab6ec56c6..baffaf2228 100644
--- a/phpBB/phpbb/install/module/install_finish/task/notify_user.php
+++ b/phpBB/phpbb/install/module/install_finish/task/notify_user.php
@@ -85,7 +85,7 @@ class notify_user extends \phpbb\install\task_base
*/
public function run()
{
- // @todo
+ // @todo Login user after installation has been finished
//$this->user->setup('common');
//$this->user->session_begin();
diff --git a/phpBB/phpbb/install/module/requirements/task/check_filesystem.php b/phpBB/phpbb/install/module/requirements/task/check_filesystem.php
index 5b944b8415..ab6b1091e2 100644
--- a/phpBB/phpbb/install/module/requirements/task/check_filesystem.php
+++ b/phpBB/phpbb/install/module/requirements/task/check_filesystem.php
@@ -47,7 +47,7 @@ class check_filesystem extends \phpbb\install\task_base
* Constructor
*
* @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 $php_ext extension of php files
*/