Skip to content

Conversation

@localheinz
Copy link
Contributor

This PR

  • removes an unnecessary continue statement

$baggageItems[substr($key, strlen(self::DEFAULT_BAGGAGE_HEADER_PREFIX))] = $value;
}

continue;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already the end of the loop.

Copy link
Contributor

@chuck chuck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

@chuck chuck merged commit 4225b7c into DataDog:master Jul 12, 2018
@localheinz localheinz deleted the fix/continue branch July 12, 2018 21:00
@localheinz
Copy link
Contributor Author

Thank you, @chuck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants