X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fmedia%2FPNG.php;h=294abb350d4376d460ca7bd795f473ee0d9b5626;hb=2dd58ade75d15a5895c0c010e17b6f729a0f72fe;hp=f9af101af91c75b5c71c57fca24a553437418097;hpb=2f885ee6b797e5a176ce7b270b674a04b5945b06;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/PNG.php b/includes/media/PNG.php index f9af101af9..294abb350d 100644 --- a/includes/media/PNG.php +++ b/includes/media/PNG.php @@ -30,7 +30,7 @@ class PNGHandler extends BitmapHandler { const BROKEN_FILE = '0'; /** - * @param File $image + * @param File|FSFile $image * @param string $filename * @return string */ @@ -180,7 +180,7 @@ class PNGHandler extends BitmapHandler { * * Shown in the &query=imageinfo&iiprop=size api query. * - * @param $file File + * @param File $file * @return float The duration of the file. */ public function getLength( $file ) {