mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-17 22:11:26 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -161,7 +161,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
|
||||
$this->controller = new \phpbb\mention\controller\mention($mention_sources_array, $request, $phpbb_root_path, $phpEx);
|
||||
}
|
||||
|
||||
public function handle_data()
|
||||
public static function handle_data()
|
||||
{
|
||||
/**
|
||||
* NOTE:
|
||||
|
Reference in New Issue
Block a user