[ticket/10939] Added documentation for phpbb_request::file

PHPBB3-10939
This commit is contained in:
Fyorl 2012-11-10 08:51:12 +00:00
parent aa5f6dffa5
commit 1f9bff2126

View file

@ -289,7 +289,8 @@ class phpbb_request implements phpbb_request_interface
*
* @param string $form_name The name of the file input form element
*
* @return array The uploaded file's information
* @return array The uploaded file's information or an empty array if the
* variable does not exist in _FILES.
*/
public function file($form_name)
{