From: addshore Date: Mon, 1 Aug 2016 21:18:24 +0000 (+0100) Subject: phpdoc File::transform can return ThumbnailImage X-Git-Tag: 1.31.0-rc.0~6197^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=b453dd893c931c3d1319151d314eb9d64d08a349;p=lhc%2Fweb%2Fwiklou.git phpdoc File::transform can return ThumbnailImage Change-Id: I463176d06c8d519a52c5713eacd44bff87e72f56 --- diff --git a/includes/filerepo/file/File.php b/includes/filerepo/file/File.php index 8175b58cd0..bbf64f6754 100644 --- a/includes/filerepo/file/File.php +++ b/includes/filerepo/file/File.php @@ -1028,7 +1028,7 @@ abstract class File implements IDBAccessObject { * @param array $params An associative array of handler-specific parameters. * Typical keys are width, height and page. * @param int $flags A bitfield, may contain self::RENDER_NOW to force rendering - * @return MediaTransformOutput|bool False on failure + * @return ThumbnailImage|MediaTransformOutput|bool False on failure */ function transform( $params, $flags = 0 ) { global $wgThumbnailEpoch;