diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-09-09 10:46:14 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-09-09 10:46:14 +0200 |
commit | 5f91f1cad85eaf7f8dc62a1a140605a46431496f (patch) | |
tree | 48caee30b0971ac685e6cb206bd7ce5bf578d89d /phpBB/phpbb/files/filespec.php | |
parent | 70ad0c6a8f7d16b767aa78cde2acc9a3b3512e6f (diff) | |
download | forums-5f91f1cad85eaf7f8dc62a1a140605a46431496f.tar forums-5f91f1cad85eaf7f8dc62a1a140605a46431496f.tar.gz forums-5f91f1cad85eaf7f8dc62a1a140605a46431496f.tar.bz2 forums-5f91f1cad85eaf7f8dc62a1a140605a46431496f.tar.xz forums-5f91f1cad85eaf7f8dc62a1a140605a46431496f.zip |
[ticket/13904] Minor coding style fixes
PHPBB3-13904
Diffstat (limited to 'phpBB/phpbb/files/filespec.php')
-rw-r--r-- | phpBB/phpbb/files/filespec.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/phpbb/files/filespec.php b/phpBB/phpbb/files/filespec.php index e171e7e68f..7a42e6bd50 100644 --- a/phpBB/phpbb/files/filespec.php +++ b/phpBB/phpbb/files/filespec.php @@ -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 = '') { |