1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12557] Fix doc block errors found by Sami

More corrections.

PHPBB3-12557
This commit is contained in:
n-aleha
2014-05-19 05:50:29 +03:00
parent 19b9df7e63
commit 8ac8c9ec61
3 changed files with 4 additions and 3 deletions

View File

@@ -277,7 +277,7 @@ class filespec
* Move file to destination folder
* The phpbb_root_path variable will be applied to the destination path
*
* @param string $destination_path Destination path, for example $config['avatar_path']
* @param string $destination Destination path, for example $config['avatar_path']
* @param bool $overwrite If set to true, an already existing file will be overwritten
* @param bool $skip_image_check If set to true, the check for the file to be a valid image is skipped
* @param string $chmod Permission mask for chmodding the file after a successful move. The mode entered here reflects the mode defined by {@link phpbb_chmod()}