X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUploadStash.php;h=c8b1578fe5df9bc65313efac36bd4007497625b3;hb=ae44721ee44aa7048e30ec0020bcea3d3cd04f7b;hp=ce8b5a09a6412d2c7b6a129fdf09fd9f161be5be;hpb=be0d9f587138a79e8f18bc7b26dd297d708b72c4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialUploadStash.php b/includes/specials/SpecialUploadStash.php index ce8b5a09a6..c8b1578fe5 100644 --- a/includes/specials/SpecialUploadStash.php +++ b/includes/specials/SpecialUploadStash.php @@ -18,8 +18,6 @@ * http://www.gnu.org/copyleft/gpl.html * * @file - * @ingroup SpecialPage - * @ingroup Upload */ /** @@ -31,6 +29,9 @@ * * Since this is based on the user's session, in effect this creates a private temporary file area. * However, the URLs for the files cannot be shared. + * + * @ingroup SpecialPage + * @ingroup Upload */ class SpecialUploadStash extends UnlistedSpecialPage { // UploadStash @@ -314,7 +315,7 @@ class SpecialUploadStash extends UnlistedSpecialPage { /** * Output HTTP response of raw content * Side effect: writes HTTP response to STDOUT. - * @param string $content Content + * @param string $content * @param string $contentType MIME type * @throws SpecialUploadStashTooLargeException * @return bool @@ -447,5 +448,9 @@ class SpecialUploadStash extends UnlistedSpecialPage { } } +/** + * @ingroup SpecialPage + * @ingroup Upload + */ class SpecialUploadStashTooLargeException extends UploadStashException { }