mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Use colon do distinguish Psalm progress bar from PHPUnit output
This commit is contained in:
parent
fd3235d785
commit
26e7a814df
@ -30,7 +30,7 @@ class DefaultProgress extends Progress
|
|||||||
public function taskDone(bool $successful): void
|
public function taskDone(bool $successful): void
|
||||||
{
|
{
|
||||||
if ($successful) {
|
if ($successful) {
|
||||||
$this->write('.');
|
$this->write(':');
|
||||||
} else {
|
} else {
|
||||||
$this->write('F');
|
$this->write('F');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user