From 67deaf8f813af84aaa9654817a501be6194b8cc3 Mon Sep 17 00:00:00 2001 From: PululuK Date: Thu, 22 Aug 2024 14:17:03 +0200 Subject: [PATCH] Fix `Image::getCover` & `Image::getGlobalCover` PHPDoc --- classes/Image.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) {