Skip to content

Commit 6857bfa

Browse files
committed
-
1 parent f2ba9bf commit 6857bfa

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Console/Helper

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Helper/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public function render()
411411

412412
if ($isHeader && !$isHeaderSeparatorRendered) {
413413
$this->renderRowSeparator(
414-
$isHeader ? self::SEPARATOR_TOP : self::SEPARATOR_TOP_BOTTOM,
414+
self::SEPARATOR_TOP,
415415
$hasTitle ? $this->headerTitle : null,
416416
$hasTitle ? $this->style->getHeaderTitleFormat() : null
417417
);

0 commit comments

Comments
 (0)