Thanks to visit codestin.com Credit goes to github.com
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 f2ba9bf commit 6857bfaCopy full SHA for 6857bfa
src/Symfony/Component/Console/Helper/Table.php
@@ -411,7 +411,7 @@ public function render()
411
412
if ($isHeader && !$isHeaderSeparatorRendered) {
413
$this->renderRowSeparator(
414
- $isHeader ? self::SEPARATOR_TOP : self::SEPARATOR_TOP_BOTTOM,
+ self::SEPARATOR_TOP,
415
$hasTitle ? $this->headerTitle : null,
416
$hasTitle ? $this->style->getHeaderTitleFormat() : null
417
);
0 commit comments