Skip to content

Commit a60e55d

Browse files
committed
Added parameter type in DocBlock
1 parent fe6d7f8 commit a60e55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Product/SmallImageUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function resolve(
115115
/**
116116
* Retrieves small image from the product gallery image
117117
*
118-
* @param $productImages
118+
* @param array $productImages
119119
* @return string|null
120120
*/
121121
private function getSmallImageFromGallery(array $productImages)

0 commit comments

Comments
 (0)