Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/303322

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/22/303322/1

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: newchange
Gerrit-Change-Id: I732db6526511711e7c21cf81ddd088e50ab601ec
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

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

Reply via email to