Skip to content

Commit

Permalink
Add section completion output
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Sep 9, 2024
1 parent 22dcace commit 416671e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monorepo/HydeStan/HydeStan.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public function run(): void
$this->analyseFile($file, $this->getFileContents($file));
}

$this->console->info('Finished analyzing files!');

$this->runTestStan();

$endTime = microtime(true) - $time;
Expand Down

0 comments on commit 416671e

Please sign in to comment.