1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 00:05:49 +02:00

[ticket/12479] Remove duplicate semi-colons

PHPBB-12479
This commit is contained in:
Marc Alexander
2024-07-17 18:06:22 +02:00
parent 78f96c3e5c
commit 8b3bc0b5f5
5 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ class phpbb_search_native_test extends phpbb_search_test_case
$lang_loader = new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx);
$lang = new \phpbb\language\language($lang_loader);
$user = new \phpbb\user($lang, '\phpbb\datetime');;
$user = new \phpbb\user($lang, '\phpbb\datetime');
$this->db = $this->new_dbal();
$tools_factory = new \phpbb\db\tools\factory();