Skip to content

Commit

Permalink
Merge pull request PrestaShop#36749 from PululuK/fix-php-docs
Browse files Browse the repository at this point in the history
Fix `Image::getCover` & `Image::getGlobalCover` PHPDoc
  • Loading branch information
Hlavtox authored Aug 23, 2024
2 parents a39a38d + 67deaf8 commit f817355
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions classes/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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)
{
Expand Down

0 comments on commit f817355

Please sign in to comment.