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 96210c9 commit aa45620Copy full SHA for aa45620
src/Magento/FunctionalTestingFramework/Util/DocGenerator.php
@@ -111,6 +111,7 @@ private function transformToMarkdown($annotationList)
111
$markdown .= "---" . PHP_EOL;
112
foreach ($annotationList as $group => $objects) {
113
foreach ($objects as $name => $annotations) {
114
+ $markdown .= PHP_EOL;
115
$markdown .= "###$name" . PHP_EOL;
116
$markdown .= "**Description**:" . PHP_EOL;
117
$markdown .= "- " . $annotations[actionGroupObject::ACTION_GROUP_DESCRIPTION] . PHP_EOL . PHP_EOL;
0 commit comments