Skip to content

Commit

Permalink
fix: Correctly close the info tag (#1068)
Browse files Browse the repository at this point in the history
Closes #959.
  • Loading branch information
theofidry authored Oct 14, 2023
1 parent 75f201f commit 0a63b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/Compile.php
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ private static function logEndBuilding(

$io->comment(
sprintf(
'<info>Memory usage: %s (peak: %s), time: %s<info>',
'<info>Memory usage: %s (peak: %s), time: %s</info>',
format_size(memory_get_usage()),
format_size(memory_get_peak_usage()),
format_time(microtime(true) - $startTime),
Expand Down

0 comments on commit 0a63b9d

Please sign in to comment.