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 a723d1d commit ca4608cCopy full SHA for ca4608c
app/code/Magento/PageBuilder/Setup/DataConverter/Renderer/Driver.php
@@ -32,6 +32,12 @@ class Driver implements RendererInterface
32
*/
33
private $serializer;
34
35
+ /**
36
+ * Driver constructor.
37
+ * @param StyleExtractorInterface $styleExtractor
38
+ * @param EavAttributeLoaderInterface $eavAttributeLoader
39
+ * @param Json $serializer
40
+ */
41
public function __construct(
42
StyleExtractorInterface $styleExtractor,
43
EavAttributeLoaderInterface $eavAttributeLoader,
@@ -43,7 +49,7 @@ public function __construct(
49
}
44
50
45
51
/**
46
- * {@inheritdoc}
52
+ * @inheritdoc
47
53
48
54
public function render(array $itemData, array $additionalData = []) : string
55
{
0 commit comments