mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
Fix stats columns titles
This commit is contained in:
parent
c9bb3585af
commit
34679d2978
@ -59,7 +59,7 @@ EOF
|
||||
|
||||
$table = new Table($output);
|
||||
$table
|
||||
->setHeaders(array('With encryption', 'Without encryption', 'Commits', 'Total'))
|
||||
->setHeaders(array('Without encryption', 'With encryption', 'Commits', 'Total'))
|
||||
->setRows(array(
|
||||
array(
|
||||
$total - $v = array_sum($withEncryption),
|
||||
@ -79,8 +79,8 @@ EOF
|
||||
|
||||
$table->setHeaders(array(
|
||||
'Type',
|
||||
'With encryption',
|
||||
'Without encryption',
|
||||
'With encryption',
|
||||
'Commits',
|
||||
'Total',
|
||||
));
|
||||
@ -93,8 +93,8 @@ EOF
|
||||
|
||||
$rows[] = array(
|
||||
$lang,
|
||||
$totalWithEncryption,
|
||||
$totalWithoutEncyption,
|
||||
$totalWithEncryption,
|
||||
$commits[$lang],
|
||||
$total,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user