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 2278548 commit e7da323Copy full SHA for e7da323
src/Processors/Status.php
@@ -70,7 +70,7 @@ protected function getData(): array
70
protected function getStatusFor(array $completed, string $action): string
71
{
72
if ($batch = Arr::get($completed, $action)) {
73
- return "[$batch] $this->statusRan";
+ return sprintf('[%s] %s', $batch, $this->statusRan);
74
}
75
76
return $this->statusPending;
0 commit comments