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 aa45620 commit 4dadaf7Copy full SHA for 4dadaf7
src/Magento/FunctionalTestingFramework/Util/DocGenerator.php
@@ -111,7 +111,6 @@ 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