mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: printer parallel not displaying progress of deprecations
This commit is contained in:
@ -38,6 +38,7 @@ final class CompactPrinter
|
|||||||
'T' => ['cyan', 't'],
|
'T' => ['cyan', 't'],
|
||||||
'I' => ['yellow', 'i'],
|
'I' => ['yellow', 'i'],
|
||||||
'N' => ['yellow', 'i'],
|
'N' => ['yellow', 'i'],
|
||||||
|
'D' => ['yellow', '!'],
|
||||||
'R' => ['yellow', '!'],
|
'R' => ['yellow', '!'],
|
||||||
'W' => ['yellow', '!'],
|
'W' => ['yellow', '!'],
|
||||||
'E' => ['red', '⨯'],
|
'E' => ['red', '⨯'],
|
||||||
|
|||||||
Reference in New Issue
Block a user