From e7c65bf59971853cf76e4679ba80b347d59e8908 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 11 Jun 2010 20:39:43 +0000 Subject: [PATCH] Fixed some doxygen warnings --- includes/media/Generic.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/includes/media/Generic.php b/includes/media/Generic.php index a4bd7cd064..b866287f12 100644 --- a/includes/media/Generic.php +++ b/includes/media/Generic.php @@ -72,7 +72,7 @@ abstract class MediaHandler { * can't be determined. * * @param $image File: the image object, or false if there isn't one - * @param $fileName String: the filename + * @param $path String: the filename * @return Array */ abstract function getImageSize( $image, $path ); @@ -386,6 +386,9 @@ abstract class ImageHandler extends MediaHandler { * * @param $width Integer: specified width (input/output) * @param $height Integer: height (output only) + * @param $srcWidth Integer: width of the source image + * @param $srcHeight Integer: height of the source image + * @param $mimeType Unused * @return false to indicate that an error should be returned to the user. */ function validateThumbParams( &$width, &$height, $srcWidth, $srcHeight, $mimeType ) { -- 2.20.1