mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13740] Fix docblocks and comments
PHPBB3-13740
This commit is contained in:
@@ -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();
|
||||
|
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user