mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +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
|
* Attachment delete class
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class delete
|
class delete
|
||||||
{
|
{
|
||||||
/** @var config */
|
/** @var config */
|
||||||
|
@ -189,7 +188,7 @@ class delete
|
||||||
/**
|
/**
|
||||||
* Set attachment IDs
|
* 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
|
* @return bool True if attachment IDs were set, false if not
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -18,7 +18,6 @@ use \phpbb\db\driver\driver_interface;
|
||||||
/**
|
/**
|
||||||
* Attachment delete class
|
* Attachment delete class
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class resync
|
class resync
|
||||||
{
|
{
|
||||||
/** @var driver_interface */
|
/** @var driver_interface */
|
||||||
|
|
|
@ -25,7 +25,6 @@ use \phpbb\user;
|
||||||
/**
|
/**
|
||||||
* Attachment upload class
|
* Attachment upload class
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class upload
|
class upload
|
||||||
{
|
{
|
||||||
/** @var auth */
|
/** @var auth */
|
||||||
|
|
Loading…
Add table
Reference in a new issue