|
2 | 2 |
|
3 | 3 | namespace PHP_Parallel_Lint\PhpParallelLint\Outputs;
|
4 | 4 |
|
| 5 | +use PHP_Parallel_Lint\PhpParallelLint\Application; |
5 | 6 | use PHP_Parallel_Lint\PhpParallelLint\ErrorFormatter;
|
6 | 7 | use PHP_Parallel_Lint\PhpParallelLint\Result;
|
7 | 8 | use PHP_Parallel_Lint\PhpParallelLint\Writers\WriterInterface;
|
@@ -99,7 +100,7 @@ public function setTotalFileCount($count)
|
99 | 100 | */
|
100 | 101 | public function writeHeader($phpVersion, $parallelJobs, $hhvmVersion = null)
|
101 | 102 | {
|
102 | | - $this->write("PHP {$this->phpVersionIdToString($phpVersion)} | "); |
| 103 | + $this->write('PHP-Parallel-Lint ' . Application::VERSION . " | PHP {$this->phpVersionIdToString($phpVersion)} | "); |
103 | 104 |
|
104 | 105 | if ($hhvmVersion) {
|
105 | 106 | $this->write("HHVM $hhvmVersion | ");
|
|
0 commit comments