Update doc block.

This commit is contained in:
Taylor Otwell 2013-01-05 13:33:20 -06:00
parent 15887af961
commit 9bdf02648e
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ public static function has_file($key)
* @param string $key
* @param string $directory
* @param string $name
* @return bool
* @return Symfony\Component\HttpFoundation\File\File
*/
public static function upload($key, $directory, $name = null)
{