mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14168] Minor coding style fixes
PHPBB3-14168
This commit is contained in:
parent
11475283eb
commit
80e3c79f38
3 changed files with 1 additions and 4 deletions
|
@ -21,7 +21,6 @@ use \phpbb\filesystem\filesystem;
|
|||
/**
|
||||
* Attachment delete class
|
||||
*/
|
||||
|
||||
class delete
|
||||
{
|
||||
/** @var config */
|
||||
|
@ -189,7 +188,7 @@ class delete
|
|||
/**
|
||||
* Set attachment IDs
|
||||
*
|
||||
* @param array $ids
|
||||
* @param mixed $ids ID or array of IDs
|
||||
*
|
||||
* @return bool True if attachment IDs were set, false if not
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,6 @@ use \phpbb\db\driver\driver_interface;
|
|||
/**
|
||||
* Attachment delete class
|
||||
*/
|
||||
|
||||
class resync
|
||||
{
|
||||
/** @var driver_interface */
|
||||
|
|
|
@ -25,7 +25,6 @@ use \phpbb\user;
|
|||
/**
|
||||
* Attachment upload class
|
||||
*/
|
||||
|
||||
class upload
|
||||
{
|
||||
/** @var auth */
|
||||
|
|
Loading…
Add table
Reference in a new issue