1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +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

@@ -40,7 +40,7 @@ class phpbb_security_hash_test extends phpbb_test_case
public function test_check_hash_with_phpass()
{
global $phpbb_container;;
global $phpbb_container;
/** @var \phpbb\passwords\manager $passwords_manager */
$passwords_manager = $phpbb_container->get('passwords.manager');
@@ -52,7 +52,7 @@ class phpbb_security_hash_test extends phpbb_test_case
public function test_check_hash_with_large_input()
{
global $phpbb_container;;
global $phpbb_container;
/** @var \phpbb\passwords\manager $passwords_manager */
$passwords_manager = $phpbb_container->get('passwords.manager');