Skip to content

Commit 6bdc085

Browse files
authored
Update Task.php (#43400)
1 parent 7ed21a1 commit 6bdc085

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Console/View/Components

1 file changed

+1
-1
lines changed

src/Illuminate/Console/View/Components/Task.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function render($description, $task = null, $verbosity = OutputInterface:
3838
throw $e;
3939
} finally {
4040
$runTime = $task
41-
? (' '.number_format((microtime(true) - $startTime) * 1000, 2).'ms')
41+
? (' '.number_format((microtime(true) - $startTime) * 1000).'ms')
4242
: '';
4343

4444
$runTimeWidth = mb_strlen($runTime);

0 commit comments

Comments
 (0)