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:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user