File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
app/code/Magento/PageBuilder/Setup/DataConverter Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Concatenation implements ChildrenRendererInterface
17
17
/**
18
18
* {@inheritdoc}
19
19
*/
20
- public function render (array $ children , $ renderChildCallback ) : array
20
+ public function render (array $ children , $ renderChildCallback ) : string
21
21
{
22
22
$ childHtml = '' ;
23
23
foreach ($ children as $ childIndex => $ childItem ) {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Row implements ChildrenRendererInterface
18
18
/**
19
19
* {@inheritdoc}
20
20
*/
21
- public function render (array $ children , $ renderChildCallback ) : array
21
+ public function render (array $ children , $ renderChildCallback ) : string
22
22
{
23
23
$ childHtml = '' ;
24
24
$ columns = [];
Original file line number Diff line number Diff line change @@ -197,11 +197,11 @@ function () use ($itemData) {
197
197
* @throws UnableMigrateWithOutParentException
198
198
*/
199
199
private function handleRenderException (
200
- \Exception $ exception ,
200
+ \Exception $ exception ,
201
201
RendererInterface $ defaultRenderer ,
202
202
array $ itemData ,
203
203
array $ itemAdditionalData
204
- ) : string {
204
+ ): string {
205
205
if ($ this ->isUnseparatableContentType ($ itemData )) {
206
206
throw new UnableMigrateWithOutParentException (
207
207
__ ('Content type can not be migrated with out parent. ' ),
You can’t perform that action at this time.
0 commit comments