1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/17191] Removed unused use statements

PHPBB3-17191
This commit is contained in:
Marc Alexander
2023-10-04 22:07:21 +02:00
parent 4ed18355e9
commit 3cc2e41af8
2 changed files with 0 additions and 2 deletions

View File

@@ -13,7 +13,6 @@
namespace phpbb\language;
use phpbb\config\config;
use phpbb\language\exception\invalid_plural_rule_exception;
/**

View File

@@ -16,7 +16,6 @@ namespace phpbb\language;
use DomainException;
use phpbb\json\sanitizer as json_sanitizer;
use Symfony\Component\Finder\Finder;
use phpbb\config\config;
/**
* Helper class for language file related functions