Skip to content

Commit

Permalink
https://github.com/tradefurniturecompany/core/issues/47
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 7, 2022
1 parent 00ddef8 commit 0628de4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Plugin/Catalog/Block/Product/View/GalleryOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ final class GalleryOptions {
/**
* 2020-10-28
* @see \Magento\Catalog\Block\Product\View\GalleryOptions::getOptionsJson()
* @return string
*/
function afterGetOptionsJson(Sb $sb, string $r) {
function afterGetOptionsJson(Sb $sb, string $r):string {
$g = df_product_gallery_b(); /** @var G $g */
$gc = $g->getGalleryImages(); /** @var C $gc */
if ($gc->count()) {
Expand Down

0 comments on commit 0628de4

Please sign in to comment.