Skip to content

Commit 1f1ea00

Browse files
authored
Solve issue with API type resolving
1 parent 5aca8ee commit 1f1ea00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Api/Data/ProductAttributeMediaGalleryEntryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function getContent();
138138
/**
139139
* Set media gallery content
140140
*
141-
* @param $content \Magento\Framework\Api\Data\ImageContentInterface
141+
* @param \Magento\Framework\Api\Data\ImageContentInterface $content
142142
* @return $this
143143
*/
144144
public function setContent($content);

0 commit comments

Comments
 (0)