Skip to content

Commit 617ac4a

Browse files
committed
Fix early flush
1 parent f7acd55 commit 617ac4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client/ThriftClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function add(SpanInterface $span): ClientInterface
3030
{
3131
$this->spans[] = $span;
3232

33-
return $this->flush();
33+
return $this;
3434
}
3535

3636
public function getSpans(): array

0 commit comments

Comments
 (0)