jenkins-bot has submitted this change and it was merged.

Change subject: Mention UploadBase::stashFile() "checked" exceptions in docs
......................................................................


Mention UploadBase::stashFile() "checked" exceptions in docs

Change-Id: I732db6526511711e7c21cf81ddd088e50ab601ec
---
M includes/upload/UploadBase.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  BryanDavis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/upload/UploadBase.php b/includes/upload/UploadBase.php
index 5320673..b620132 100644
--- a/includes/upload/UploadBase.php
+++ b/includes/upload/UploadBase.php
@@ -958,6 +958,9 @@
         *
         * @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 );

-- 
To view, visit https://gerrit.wikimedia.org/r/303322
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I732db6526511711e7c21cf81ddd088e50ab601ec
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to