1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Add number_format slash

This commit is contained in:
Brown 2020-03-31 22:52:39 -04:00
parent 8328c1d3aa
commit fc06250678

View File

@ -318,7 +318,7 @@ class ProjectAnalyzer
$now_time = microtime(true);
$this->progress->debug(
'Visiting autoload files took ' . number_format($now_time - $start_time, 3) . 's' . "\n"
'Visiting autoload files took ' . \number_format($now_time - $start_time, 3) . 's' . "\n"
);
}