Skip to content

Commit ca4608c

Browse files
committed
MC-4117: Update banner to use new background images logic
- fix docblock errors
1 parent a723d1d commit ca4608c

File tree

1 file changed

+7
-1
lines changed
  • app/code/Magento/PageBuilder/Setup/DataConverter/Renderer

1 file changed

+7
-1
lines changed

app/code/Magento/PageBuilder/Setup/DataConverter/Renderer/Driver.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ class Driver implements RendererInterface
3232
*/
3333
private $serializer;
3434

35+
/**
36+
* Driver constructor.
37+
* @param StyleExtractorInterface $styleExtractor
38+
* @param EavAttributeLoaderInterface $eavAttributeLoader
39+
* @param Json $serializer
40+
*/
3541
public function __construct(
3642
StyleExtractorInterface $styleExtractor,
3743
EavAttributeLoaderInterface $eavAttributeLoader,
@@ -43,7 +49,7 @@ public function __construct(
4349
}
4450

4551
/**
46-
* {@inheritdoc}
52+
* @inheritdoc
4753
*/
4854
public function render(array $itemData, array $additionalData = []) : string
4955
{

0 commit comments

Comments
 (0)