1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16748] Enable code sniffing for static placement and adjust code

PHPBB3-16748
This commit is contained in:
Marc Alexander
2021-04-03 23:12:04 +02:00
parent 8518393c46
commit ce08da5165
387 changed files with 459 additions and 459 deletions

View File

@@ -203,7 +203,7 @@ class obtain_admin_data extends \phpbb\install\task_base implements \phpbb\insta
/**
* {@inheritdoc}
*/
static public function get_step_count()
public static function get_step_count()
{
return 0;
}

View File

@@ -170,7 +170,7 @@ class obtain_board_data extends \phpbb\install\task_base implements \phpbb\insta
/**
* {@inheritdoc}
*/
static public function get_step_count()
public static function get_step_count()
{
return 0;
}

View File

@@ -255,7 +255,7 @@ class obtain_database_data extends \phpbb\install\task_base implements \phpbb\in
/**
* {@inheritdoc}
*/
static public function get_step_count()
public static function get_step_count()
{
return 0;
}

View File

@@ -158,7 +158,7 @@ class obtain_email_data extends \phpbb\install\task_base implements \phpbb\insta
/**
* {@inheritdoc}
*/
static public function get_step_count()
public static function get_step_count()
{
return 0;
}

View File

@@ -154,7 +154,7 @@ class obtain_file_updater_method extends task_base
/**
* {@inheritdoc}
*/
static public function get_step_count()
public static function get_step_count()
{
return 0;
}

View File

@@ -187,7 +187,7 @@ class obtain_server_data extends \phpbb\install\task_base implements \phpbb\inst
/**
* {@inheritdoc}
*/
static public function get_step_count()
public static function get_step_count()
{
return 0;
}

View File

@@ -98,7 +98,7 @@ class obtain_update_files extends task_base
/**
* {@inheritdoc}
*/
static public function get_step_count()
public static function get_step_count()
{
return 0;
}

View File

@@ -148,7 +148,7 @@ class obtain_update_ftp_data extends task_base
/**
* {@inheritdoc}
*/
static public function get_step_count()
public static function get_step_count()
{
return 0;
}

View File

@@ -110,7 +110,7 @@ class obtain_update_settings extends task_base
/**
* {@inheritdoc}
*/
static public function get_step_count()
public static function get_step_count()
{
return 0;
}