We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b021f96 commit 4ce6cb0Copy full SHA for 4ce6cb0
src/Processors/Status.php
@@ -41,7 +41,7 @@ protected function showCaption(): void
41
42
protected function showStatus(array $actions, array $completed): void
43
{
44
- foreach ($this->merge($actions, $completed) as $action) {
+ foreach ($this->merge($actions, array_keys($completed)) as $action) {
45
$status = $this->getStatusFor($completed, $action);
46
47
$this->notification->twoColumn($action, $status);
0 commit comments