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 c913c94 commit e4d5083Copy full SHA for e4d5083
dev/tools/Magento/Tools/Migration/System/Configuration/Mapper.php
@@ -37,7 +37,7 @@ public function __construct(
37
public function transform(array $config)
38
{
39
$output = [];
40
- $output['comment'] = $config['comment'];
+ $output['comment'] = isset($config['comment']) ? $config['comment'] : '';
41
42
$tabsConfig = isset($config['tabs']) ? $config['tabs'] : [];
43
$sectionsConfig = isset($config['sections']) ? $config['sections'] : [];
0 commit comments