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

Commit 4292cc2

Browse files
committed
output commit and used repository
1 parent 5ea4588 commit 4292cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Compiler/Compiler.php

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public function compile(
115115
}
116116
$this->out->write($git->exec('checkout --force', $version));
117117
$commit = rtrim($git->exec('log --pretty="%H" -n1 HEAD'));
118+
$this->out->writeln(sprintf('Building %s from %s', $commit, $phpStanRepository));
118119

119120
// read version date
120121
$versionDate = new \DateTime(trim($git->exec('log -n1 --pretty=%ci HEAD')));

0 commit comments

Comments
 (0)