We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7acd55 commit 617ac4aCopy full SHA for 617ac4a
1 file changed
src/Client/ThriftClient.php
@@ -30,7 +30,7 @@ public function add(SpanInterface $span): ClientInterface
30
{
31
$this->spans[] = $span;
32
33
- return $this->flush();
+ return $this;
34
}
35
36
public function getSpans(): array
0 commit comments