Skip to content

Commit

Permalink
Update TableHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingmedia committed May 22, 2016
1 parent 209a276 commit 67e313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shell/Helper/TableHelper.php
Expand Up @@ -108,7 +108,7 @@ public function output($rows)

$config = $this->config();
$widths = $this->_calculateWidths($rows);

$this->_rowSeparator($widths);
if ($config['headers'] === true) {
$this->_render(array_shift($rows), $widths, ['style' => $config['headerStyle']]);
Expand Down

0 comments on commit 67e313e

Please sign in to comment.