mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16671] Fix coding style
PHPBB3-166671
This commit is contained in:
@@ -14,13 +14,13 @@
|
||||
namespace phpbb\attachment;
|
||||
|
||||
use phpbb\auth\auth;
|
||||
use \phpbb\cache\service;
|
||||
use \phpbb\config\config;
|
||||
use \phpbb\event\dispatcher;
|
||||
use \phpbb\language\language;
|
||||
use \phpbb\mimetype\guesser;
|
||||
use \phpbb\plupload\plupload;
|
||||
use \phpbb\user;
|
||||
use phpbb\cache\service;
|
||||
use phpbb\config\config;
|
||||
use phpbb\event\dispatcher;
|
||||
use phpbb\language\language;
|
||||
use phpbb\mimetype\guesser;
|
||||
use phpbb\plupload\plupload;
|
||||
use phpbb\user;
|
||||
|
||||
/**
|
||||
* Attachment upload class
|
||||
|
Reference in New Issue
Block a user