diff --git a/classes/Image.php b/classes/Image.php index 4f87929156907..f0e726be9448e 100644 --- a/classes/Image.php +++ b/classes/Image.php @@ -385,11 +385,11 @@ public static function deleteCover($idProduct) } /** - *Get product cover. + * Get product cover. * * @param int $idProduct Product ID * - * @return bool result + * @return mixed result */ public static function getCover($idProduct) { @@ -400,11 +400,11 @@ public static function getCover($idProduct) } /** - *Get global product cover. + * Get global product cover. * * @param int $idProduct Product ID * - * @return bool result + * @return mixed result */ public static function getGlobalCover($idProduct) {