mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/12941] Fix remaining Sami complaints.
PHPBB3-12941
This commit is contained in:
@@ -586,6 +586,7 @@ class fileupload
|
|||||||
* Upload file from users harddisk
|
* Upload file from users harddisk
|
||||||
*
|
*
|
||||||
* @param string $form_name Form name assigned to the file input field (if it is an array, the key has to be specified)
|
* @param string $form_name Form name assigned to the file input field (if it is an array, the key has to be specified)
|
||||||
|
* @param \phpbb\mimetype\guesser $mimetype_guesser Mimetype guesser
|
||||||
* @param \phpbb\plupload\plupload $plupload The plupload object
|
* @param \phpbb\plupload\plupload $plupload The plupload object
|
||||||
*
|
*
|
||||||
* @return object $file Object "filespec" is returned, all further operations can be done with this object
|
* @return object $file Object "filespec" is returned, all further operations can be done with this object
|
||||||
@@ -743,6 +744,7 @@ class fileupload
|
|||||||
* Uploads file from given url
|
* Uploads file from given url
|
||||||
*
|
*
|
||||||
* @param string $upload_url URL pointing to file to upload, for example http://www.foobar.com/example.gif
|
* @param string $upload_url URL pointing to file to upload, for example http://www.foobar.com/example.gif
|
||||||
|
* @param \phpbb\mimetype\guesser $mimetype_guesser Mimetype guesser
|
||||||
* @return object $file Object "filespec" is returned, all further operations can be done with this object
|
* @return object $file Object "filespec" is returned, all further operations can be done with this object
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
|
@@ -27,7 +27,6 @@ class upload extends \phpbb\avatar\driver\driver
|
|||||||
* Construct a driver object
|
* Construct a driver object
|
||||||
*
|
*
|
||||||
* @param \phpbb\config\config $config phpBB configuration
|
* @param \phpbb\config\config $config phpBB configuration
|
||||||
* @param \phpbb\request\request $request Request object
|
|
||||||
* @param string $phpbb_root_path Path to the phpBB root
|
* @param string $phpbb_root_path Path to the phpBB root
|
||||||
* @param string $php_ext PHP file extension
|
* @param string $php_ext PHP file extension
|
||||||
* @param \phpbb_path_helper $path_helper phpBB path helper
|
* @param \phpbb_path_helper $path_helper phpBB path helper
|
||||||
|
Reference in New Issue
Block a user