fix: small typo
This commit is contained in:
parent
e6f0059e5e
commit
b3657dfe2b
@ -106,7 +106,7 @@ public function encodeOutput($type, $output)
|
|||||||
$outputStack[] = [
|
$outputStack[] = [
|
||||||
'type' => $type,
|
'type' => $type,
|
||||||
'output' => $output,
|
'output' => $output,
|
||||||
'elapsed_tim' => $this->elapsedTime(),
|
'elapsed_time' => $this->elapsedTime(),
|
||||||
'order' => $this->counter++,
|
'order' => $this->counter++,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user