Skip to content

Commit 50b8a93

Browse files
committed
MC-1439: Define API & SPI and mark accordingly
1 parent 5747e79 commit 50b8a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Setup/DataConverter/TreeConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function convert(string $string) : string
9292
* @return string
9393
* @throws UnableMigrateWithOutParentException
9494
*/
95-
private function convertTreeItem($itemData, $additionalData = [], $children = []) : string
95+
private function convertTreeItem($itemData, $additionalData = [], $children = [])
9696
{
9797
$contentType = isset($itemData['type']) ? $itemData['type'] : $itemData['contentType'];
9898
$renderer = $this->rendererPool->getRenderer($contentType);

0 commit comments

Comments
 (0)