X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fmedia%2FBMP.php;h=967b01780f505b3bd991b59e4185a36ca095be10;hb=1f3527304a2bb431abf379ce37553a7e077d211e;hp=7271d993fdb55a4498651bdcf07c37765e541ed0;hpb=c7dbaa0f580cbd6fc8c5e3664e55d6bee1c29136;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/BMP.php b/includes/media/BMP.php index 7271d993fd..967b01780f 100644 --- a/includes/media/BMP.php +++ b/includes/media/BMP.php @@ -29,7 +29,7 @@ */ class BmpHandler extends BitmapHandler { /** - * @param $file + * @param File $file * @return bool */ function mustRender( $file ) { @@ -39,9 +39,9 @@ class BmpHandler extends BitmapHandler { /** * Render files as PNG * - * @param $text - * @param $mime - * @param $params + * @param string $text + * @param string $mime + * @param array $params * @return array */ function getThumbType( $text, $mime, $params = null ) { @@ -52,7 +52,7 @@ class BmpHandler extends BitmapHandler { * Get width and height from the bmp header. * * @param $image - * @param $filename + * @param string $filename * @return array */ function getImageSize( $image, $filename ) {