mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/13904] Remove unused use statement
PHPBB3-13904
This commit is contained in:
parent
845233fc62
commit
9e87e5a343
1 changed files with 1 additions and 3 deletions
|
@ -13,11 +13,9 @@
|
|||
|
||||
namespace phpbb\files\types;
|
||||
|
||||
use \phpbb\language\language;
|
||||
|
||||
abstract class base implements type_interface
|
||||
{
|
||||
/** @var language */
|
||||
/** @var \phpbb\language\language */
|
||||
protected $language;
|
||||
|
||||
/** @var \phpbb\files\upload */
|
||||
|
|
Loading…
Add table
Reference in a new issue