We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac4c37 commit ce524f6Copy full SHA for ce524f6
app/code/Magento/Catalog/Model/Webapi/Product/Option/Type/File/Processor.php
@@ -40,8 +40,11 @@ public function __construct(
40
}
41
42
/**
43
+ * Saves file
44
+ *
45
* @param ImageContentInterface $imageContent
46
* @return string
47
+ * @throws \Magento\Framework\Exception\InputException
48
*/
49
protected function saveFile(ImageContentInterface $imageContent)
50
{
@@ -50,6 +53,8 @@ protected function saveFile(ImageContentInterface $imageContent)
53
51
54
52
55
56
+ * Save file content and return file details
57
58
59
* @return array
60
* @throws \Magento\Framework\Exception\LocalizedException
0 commit comments