Improve some parameter docs
[lhc/web/wiklou.git] / includes / specials / SpecialUpload.php
index d0eb8e3..b98fad1 100644 (file)
@@ -839,6 +839,7 @@ class SpecialUpload extends SpecialPage {
         * This controls js: mw.config.get( 'wgFileCanRotate' )
         *
         * @todo What about non-BitmapHandler handled files?
+        * @return bool
         */
        public static function rotationEnabled() {
                $bitmapHandler = new BitmapHandler();