Add some documentation in w/c
authorSam Reed <reedy@users.mediawiki.org>
Sat, 26 Mar 2011 18:51:33 +0000 (18:51 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 26 Mar 2011 18:51:33 +0000 (18:51 +0000)
includes/media/PNG.php

index 9e4a403..3f0f7ea 100644 (file)
  * @ingroup Media
  */
 class PNGHandler extends BitmapHandler {
-       
+
+       /**
+        * @param File $image
+        * @param string $filename
+        * @return string
+        */
        function getMetadata( $image, $filename ) {
                if ( !isset($image->parsedPNGMetadata) ) {
                        try {