1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13904] Minor coding style fixes

PHPBB3-13904
This commit is contained in:
Marc Alexander
2015-09-09 10:46:14 +02:00
parent 70ad0c6a8f
commit 5f91f1cad8
7 changed files with 22 additions and 24 deletions

View File

@@ -13,7 +13,7 @@
namespace phpbb\files;
use \phpbb\language\language;
use phpbb\language\language;
/**
* Responsible for holding all file relevant information, as well as doing file-specific operations.
@@ -201,8 +201,6 @@ class filespec
* character. Unique creates a unique filename.
* @param string $prefix Prefix applied to filename
* @param string $user_id The user_id is only needed for when cleaning a user's avatar
*
*@access public
*/
public function clean_filename($mode = 'unique', $prefix = '', $user_id = '')
{