File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
app/code/Magento/PageBuilder/Setup/DataConverter/Renderer Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ class AdvancedSliderItem implements RendererInterface
26
26
*/
27
27
private $ eavAttributeLoader ;
28
28
29
+ /**
30
+ * @param StyleExtractorInterface $styleExtractor
31
+ * @param EavAttributeLoaderInterface $eavAttributeLoader
32
+ */
29
33
public function __construct (
30
34
StyleExtractorInterface $ styleExtractor ,
31
35
EavAttributeLoaderInterface $ eavAttributeLoader
@@ -35,7 +39,7 @@ public function __construct(
35
39
}
36
40
37
41
/**
38
- * { @inheritdoc}
42
+ * @inheritdoc
39
43
*
40
44
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
41
45
* @SuppressWarnings(PHPMD.NPathComplexity)
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ class Driver implements RendererInterface
32
32
*/
33
33
private $ serializer ;
34
34
35
+ /**
36
+ * @param StyleExtractorInterface $styleExtractor
37
+ * @param EavAttributeLoaderInterface $eavAttributeLoader
38
+ * @param Json $serializer
39
+ */
35
40
public function __construct (
36
41
StyleExtractorInterface $ styleExtractor ,
37
42
EavAttributeLoaderInterface $ eavAttributeLoader ,
@@ -43,7 +48,7 @@ public function __construct(
43
48
}
44
49
45
50
/**
46
- * { @inheritdoc}
51
+ * @inheritdoc
47
52
*/
48
53
public function render (array $ itemData , array $ additionalData = []) : string
49
54
{
You can’t perform that action at this time.
0 commit comments