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:
parent
8328c1d3aa
commit
fc06250678
@ -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"
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user