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

[ticket/16271] Fix sami parse errors in master

PHPBB3-16271
This commit is contained in:
Marc Alexander
2019-12-29 11:01:10 +01:00
parent 224b8d5494
commit 56476ed7ee
3 changed files with 4 additions and 2 deletions

View File

@@ -382,6 +382,7 @@ class filespec_storage
/**
* Move file to destination folder
*
* @param \phpbb\storage\storage $storage
* @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
*