X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FXCFHandler.php;h=e2cc1b2c8b3b55b00067a775f9e2b6bb4708c42d;hb=f72ae0f6e6ae71e12dd18e5c2d6e1712e5becfbd;hp=33f33bd527b676ba93d720c07591ebd6c391b0d3;hpb=6679632b770d0c883c26a78f483f340e59950e2c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/XCFHandler.php b/includes/media/XCFHandler.php index 33f33bd527..e2cc1b2c8b 100644 --- a/includes/media/XCFHandler.php +++ b/includes/media/XCFHandler.php @@ -67,7 +67,7 @@ class XCFHandler extends BitmapHandler { } # Forge a return array containing metadata information just like getimagesize() - # See PHP documentation at: https://secure.php.net/getimagesize + # See PHP documentation at: https://www.php.net/getimagesize return [ 0 => $header['width'], 1 => $header['height'], @@ -186,7 +186,7 @@ class XCFHandler extends BitmapHandler { * * @param File $file The file object for the file in question * @param string $metadata Serialized metadata - * @return bool One of the self::METADATA_(BAD|GOOD|COMPATIBLE) constants + * @return bool|int One of the self::METADATA_(BAD|GOOD|COMPATIBLE) constants */ public function isMetadataValid( $file, $metadata ) { if ( !$metadata ) {