From: Aaron Schulz Date: Fri, 5 Aug 2016 23:28:18 +0000 (-0700) Subject: Mention UploadBase::stashFile() "checked" exceptions in docs X-Git-Tag: 1.31.0-rc.0~6126^2 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=9fb541b5cc15cb4b71d0c6dd889f78628487c045;p=lhc%2Fweb%2Fwiklou.git Mention UploadBase::stashFile() "checked" exceptions in docs Change-Id: I732db6526511711e7c21cf81ddd088e50ab601ec --- diff --git a/includes/upload/UploadBase.php b/includes/upload/UploadBase.php index 5320673f0e..b62013239a 100644 --- a/includes/upload/UploadBase.php +++ b/includes/upload/UploadBase.php @@ -958,6 +958,9 @@ abstract class UploadBase { * * @param User $user * @return UploadStashFile Stashed file + * @throws UploadStashBadPathException + * @throws UploadStashFileException + * @throws UploadStashNotLoggedInException */ public function stashFile( User $user = null ) { $stash = RepoGroup::singleton()->getLocalRepo()->getUploadStash( $user );