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 05736bf commit bbc80e7Copy full SHA for bbc80e7
composer-lock-diff
@@ -50,6 +50,8 @@ function hasOpt($opt) {
50
}
51
52
function tableize($header, $data) {
53
+ if (empty($data)) return '';
54
+
55
$widths = array(maxLength(array_merge(array($header), array_keys($data))));
56
57
for($i = 0; $i < count(reset($data)); $i++) {
0 commit comments