Skip to content

Commit 8431c89

Browse files
committed
MAGETWO-87776: Build stabilization
1 parent 01f4723 commit 8431c89

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/CompositeConfigProcessor.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function __construct(Logger $logger, array $eavWysiwygDataProcessors)
3232
$this->eavWysiwygDataProcessors = $eavWysiwygDataProcessors;
3333
}
3434

35-
3635
/**
3736
* @param \Magento\Catalog\Api\Data\ProductAttributeInterface $attribute
3837
* @return array
@@ -44,8 +43,10 @@ public function process(\Magento\Catalog\Api\Data\ProductAttributeInterface $att
4443
foreach ($this->eavWysiwygDataProcessors as $processor) {
4544
if (!$processor instanceof WysiwygConfigDataProcessorInterface) {
4645
$this->logger->critical(
47-
__('Processor %1 doesn\'t implement BaseSelectProcessorInterface. It will be skipped',
48-
get_class($processor))
46+
__(
47+
'Processor %1 doesn\'t implement BaseSelectProcessorInterface. It will be skipped',
48+
get_class($processor)
49+
)
4950
);
5051
continue;
5152
}

0 commit comments

Comments
 (0)