Skip to content

Commit 7a53684

Browse files
committed
Unused local variable $total_width.
1 parent 457c5ad commit 7a53684

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

composer-lock-diff

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ function tableize($header, $data, $opts = array()) {
7070
$widths[] = maxLength(array_map(function($k) use ($data, $i) { return $data[$k][$i]; }, array_keys($data)));
7171
}
7272

73-
$total_width = array_sum($widths) + (count($widths) * 3) + 1;
74-
7573
if ($opts['capped']) {
7674
$lines[] = separatorLine($widths, $opts['joint']);
7775
}

0 commit comments

Comments
 (0)