mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16671] Code style fixes
PHPBB3-16671
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
|
||||
namespace phpbb\attachment;
|
||||
|
||||
use \phpbb\config\config;
|
||||
use \phpbb\db\driver\driver_interface;
|
||||
use \phpbb\event\dispatcher;
|
||||
use \phpbb\storage\storage;
|
||||
use phpbb\config\config;
|
||||
use phpbb\db\driver\driver_interface;
|
||||
use phpbb\event\dispatcher;
|
||||
use phpbb\storage\storage;
|
||||
|
||||
/**
|
||||
* Attachment delete class
|
||||
|
Reference in New Issue
Block a user