Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit d228c8b

Browse files
committed
New line
1 parent 0b002a8 commit d228c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/PHPMetrics/PHPMetrics.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
9696
$end = microtime(true);
9797
$time = round($end - $start);
9898

99+
$style->newLine();
99100
$style->section('Results');
100101
$output->writeln('<info>Time: '.$time.' seconds</>');
101102
$style->newLine();

0 commit comments

Comments
 (0)