diff --git a/src/cli/src/Flow/CLI/Command/FileAnalyzeCommand.php b/src/cli/src/Flow/CLI/Command/FileAnalyzeCommand.php index 481d5ca45..1e162de7b 100644 --- a/src/cli/src/Flow/CLI/Command/FileAnalyzeCommand.php +++ b/src/cli/src/Flow/CLI/Command/FileAnalyzeCommand.php @@ -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