Skip to content

Commit

Permalink
Number format output rows
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Feb 1, 2025
1 parent be5c34d commit c3676ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/src/Flow/CLI/Command/FileAnalyzeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static function (Rows $rows) use ($progress) : void {
$output->writeln(
$formatter->formatBlock(
[
'Analyzed Rows: ' . $report->statistics()->totalRows(),
'Analyzed Rows: ' . \number_format($report->statistics()->totalRows()),
],
'blue-block',
true
Expand Down

0 comments on commit c3676ec

Please sign in to comment.