Skip to content

Commit b2661d9

Browse files
committed
#558: Content Types Output Style Attribute Removal
- Fixing Static Tests
1 parent f88405d commit b2661d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/code/Magento/PageBuilder/Model/Dom/Adapter/ElementInterface.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ interface ElementInterface
1616
{
1717
/**
1818
* Return original element.
19+
*
1920
* @return GtDomElement
2021
*/
2122
public function getOriginalElement(): GtDomElement;
2223

2324
/**
24-
* Adds new child at the end of the children
25-
* @param ElementInterface $newnode
25+
* Adds new child at the end of the children.
26+
*
27+
* @param ElementInterface $element
2628
* @return ElementInterface
2729
*/
2830
public function appendChild(ElementInterface $element): ElementInterface;

app/code/Magento/PageBuilder/Model/Dom/Element.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function appendChild(ElementInterface $element): ElementInterface
6060
);
6161
}
6262

63-
6463
/**
6564
* @inheritDoc
6665
*/

0 commit comments

Comments
 (0)