1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/9687] Resolve phing sniff issues

PHPBB3-9687
This commit is contained in:
Marc Alexander
2023-07-30 10:08:58 +02:00
parent 927f33fad3
commit 9b8b34e8f3
4 changed files with 2 additions and 4 deletions

View File

@@ -14,7 +14,6 @@
namespace phpbb\ban\type;
use phpbb\ban\exception\no_valid_emails_exception;
use phpbb\exception\runtime_exception;
class email extends base
{

View File

@@ -14,7 +14,6 @@
namespace phpbb\ban\type;
use phpbb\ban\exception\no_valid_users_exception;
use phpbb\exception\runtime_exception;
class user extends base
{