Skip to content

Commit 9e1139f

Browse files
MC-3029: Update Reader and Generate Allowed Parents List
- fix line that exceeds maximum limit
1 parent 8e6c712 commit 9e1139f

File tree

1 file changed

+5
-2
lines changed
  • app/code/Magento/PageBuilder/Model/Config/ContentType

1 file changed

+5
-2
lines changed

app/code/Magento/PageBuilder/Model/Config/ContentType/Converter.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,11 @@ private function convertChildrenToAllowedParents(array $parentChildData, array $
523523
* @param array $allowedParentsData
524524
* @return array
525525
*/
526-
private function convertParentsToAllowedParents(array $parentChildData, array $types, array $allowedParentsData): array
527-
{
526+
private function convertParentsToAllowedParents(
527+
array $parentChildData,
528+
array $types,
529+
array $allowedParentsData
530+
): array {
528531
foreach ($parentChildData as $key => $value) {
529532
$parent = $value['parents'] ?? [];
530533

0 commit comments

Comments
 (0)