r84810 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84809‎ | r84810 | r84811 >
Date:18:51, 26 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Add some documentation in w/c
Modified paths:
  • /trunk/phase3/includes/media/PNG.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/media/PNG.php
@@ -12,7 +12,12 @@
1313 * @ingroup Media
1414 */
1515 class PNGHandler extends BitmapHandler {
16 -
 16+
 17+ /**
 18+ * @param File $image
 19+ * @param string $filename
 20+ * @return string
 21+ */
1722 function getMetadata( $image, $filename ) {
1823 if ( !isset($image->parsedPNGMetadata) ) {
1924 try {

Status & tagging log