Skip to content

Commit 749d082

Browse files
committed
MAGETWO-70817: remove redundant else and use strict check #10271
- Fixed coding style
1 parent a62c7dd commit 749d082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Model/Product/Attribute/Backend/Media/ImageEntryConverter.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ protected function convertFromMediaGalleryEntryContentInterface(
102102
) {
103103
if ($content === null) {
104104
return null;
105-
}
105+
}
106+
106107
return [
107108
'data' => [
108109
ImageContentInterface::BASE64_ENCODED_DATA => $content->getBase64EncodedData(),

0 commit comments

Comments
 (0)