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 b2661d9 commit 0c3aa56Copy full SHA for 0c3aa56
app/code/Magento/PageBuilder/Model/Dom/Adapter/ElementInterface.php
@@ -25,7 +25,7 @@ public function getOriginalElement(): GtDomElement;
25
* Adds new child at the end of the children.
26
*
27
* @param ElementInterface $element
28
- * @return ElementInterface
+ * @return ElementInterface
29
*/
30
public function appendChild(ElementInterface $element): ElementInterface;
31
0 commit comments