File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
app/code/Magento/PageBuilder/Model/Dom Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ interface ElementInterface
16
16
{
17
17
/**
18
18
* Return original element.
19
+ *
19
20
* @return GtDomElement
20
21
*/
21
22
public function getOriginalElement (): GtDomElement ;
22
23
23
24
/**
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
26
28
* @return ElementInterface
27
29
*/
28
30
public function appendChild (ElementInterface $ element ): ElementInterface ;
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ public function appendChild(ElementInterface $element): ElementInterface
60
60
);
61
61
}
62
62
63
-
64
63
/**
65
64
* @inheritDoc
66
65
*/
You can’t perform that action at this time.
0 commit comments