aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/module
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/module')
-rw-r--r--phpBB/install/module/obtain_data/task/obtain_admin_data.php4
-rw-r--r--phpBB/install/module/obtain_data/task/obtain_board_data.php2
-rw-r--r--phpBB/install/module/obtain_data/task/obtain_database_data.php4
-rw-r--r--phpBB/install/module/requirements/task/check_filesystem.php1
-rw-r--r--phpBB/install/module/requirements/task/check_server_environment.php11
5 files changed, 0 insertions, 22 deletions
diff --git a/phpBB/install/module/obtain_data/task/obtain_admin_data.php b/phpBB/install/module/obtain_data/task/obtain_admin_data.php
index d820353880..6745419eb2 100644
--- a/phpBB/install/module/obtain_data/task/obtain_admin_data.php
+++ b/phpBB/install/module/obtain_data/task/obtain_admin_data.php
@@ -63,8 +63,6 @@ class obtain_admin_data extends \phpbb\install\task_base implements \phpbb\insta
/**
* Process form data
- *
- * @return null
*/
protected function process_form()
{
@@ -93,8 +91,6 @@ class obtain_admin_data extends \phpbb\install\task_base implements \phpbb\insta
*
* @param bool $use_request_data Whether to use submited data
*
- * @return null
- *
* @throws \phpbb\install\exception\user_interaction_required_exception When the user is required to provide data
*/
protected function request_form_data($use_request_data = false)
diff --git a/phpBB/install/module/obtain_data/task/obtain_board_data.php b/phpBB/install/module/obtain_data/task/obtain_board_data.php
index e17ecd01c5..5415d152a7 100644
--- a/phpBB/install/module/obtain_data/task/obtain_board_data.php
+++ b/phpBB/install/module/obtain_data/task/obtain_board_data.php
@@ -71,8 +71,6 @@ class obtain_board_data extends \phpbb\install\task_base implements \phpbb\insta
/**
* Process form data
- *
- * @return null
*/
protected function process_form()
{
diff --git a/phpBB/install/module/obtain_data/task/obtain_database_data.php b/phpBB/install/module/obtain_data/task/obtain_database_data.php
index 4c71c4adea..c8bdff4bf8 100644
--- a/phpBB/install/module/obtain_data/task/obtain_database_data.php
+++ b/phpBB/install/module/obtain_data/task/obtain_database_data.php
@@ -71,8 +71,6 @@ class obtain_database_data extends \phpbb\install\task_base implements \phpbb\in
/**
* Process form data
- *
- * @return null
*/
protected function process_form()
{
@@ -110,8 +108,6 @@ class obtain_database_data extends \phpbb\install\task_base implements \phpbb\in
*
* @param bool $use_request_data Whether to use submited data
*
- * @return null
- *
* @throws \phpbb\install\exception\user_interaction_required_exception When the user is required to provide data
*/
protected function request_form_data($use_request_data = false)
diff --git a/phpBB/install/module/requirements/task/check_filesystem.php b/phpBB/install/module/requirements/task/check_filesystem.php
index 0314a988f1..1c76ed146e 100644
--- a/phpBB/install/module/requirements/task/check_filesystem.php
+++ b/phpBB/install/module/requirements/task/check_filesystem.php
@@ -122,7 +122,6 @@ class check_filesystem extends \phpbb\install\task_base
* Sets $this->tests_passed
*
* @param bool $is_passed
- * @return null
*/
protected function set_test_passed($is_passed)
{
diff --git a/phpBB/install/module/requirements/task/check_server_environment.php b/phpBB/install/module/requirements/task/check_server_environment.php
index 797083d429..4bfea57b0e 100644
--- a/phpBB/install/module/requirements/task/check_server_environment.php
+++ b/phpBB/install/module/requirements/task/check_server_environment.php
@@ -81,7 +81,6 @@ class check_server_environment extends \phpbb\install\task_base
* Sets $this->tests_passed
*
* @param bool $is_passed
- * @return null
*/
protected function set_test_passed($is_passed)
{
@@ -91,8 +90,6 @@ class check_server_environment extends \phpbb\install\task_base
/**
* Check if the requirements for PHP version is met
- *
- * @return null
*/
protected function check_php_version()
{
@@ -111,8 +108,6 @@ class check_server_environment extends \phpbb\install\task_base
/**
* Checks if the installed PHP has getimagesize() available
- *
- * @return null
*/
protected function check_image_size()
{
@@ -129,8 +124,6 @@ class check_server_environment extends \phpbb\install\task_base
/**
* Checks if the installed PHP supports PCRE
- *
- * @return null
*/
protected function check_pcre()
{
@@ -147,8 +140,6 @@ class check_server_environment extends \phpbb\install\task_base
/**
* Checks whether PHP's JSON extension is available or not
- *
- * @return null
*/
protected function check_json()
{
@@ -165,8 +156,6 @@ class check_server_environment extends \phpbb\install\task_base
/**
* Check if any supported DBMS is available
- *
- * @return null
*/
protected function check_available_dbms()
{