File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
app/code/Magento/PageBuilder/Setup/DataConverter/Renderer Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ class ButtonItem 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
public function render (array $ itemData , array $ additionalData = []) : string
41
45
{
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ public function __construct(
50
50
51
51
/**
52
52
* @inheritdoc
53
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
53
54
*/
54
55
public function render (array $ itemData , array $ additionalData = []) : string
55
56
{
You can’t perform that action at this time.
0 commit comments