Skip to content

Commit

Permalink
add case condition break
Browse files Browse the repository at this point in the history
  • Loading branch information
gitsrc committed Aug 16, 2019
1 parent 8576e1f commit 65aed91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Jaeger/Thrift/Tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public function buildTags(){
'vType' => 'STRING',
'vStr' => json_encode($v, JSON_UNESCAPED_UNICODE),
];
break;
default:
$thriftTags[] = [
'key' => $k,
Expand Down

0 comments on commit 65aed91

Please sign in to comment.