From: Sam Reed Date: Sat, 26 Mar 2011 18:51:33 +0000 (+0000) Subject: Add some documentation in w/c X-Git-Tag: 1.31.0-rc.0~31175 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=22d99211a55629c26ff8c55d1106b11c55c09ffd;p=lhc%2Fweb%2Fwiklou.git Add some documentation in w/c --- diff --git a/includes/media/PNG.php b/includes/media/PNG.php index 9e4a403f94..3f0f7eabb5 100644 --- a/includes/media/PNG.php +++ b/includes/media/PNG.php @@ -12,7 +12,12 @@ * @ingroup Media */ class PNGHandler extends BitmapHandler { - + + /** + * @param File $image + * @param string $filename + * @return string + */ function getMetadata( $image, $filename ) { if ( !isset($image->parsedPNGMetadata) ) { try {