@@ -84,7 +84,7 @@ |
||
| 84 | 84 | if ($carrier instanceof MessageInterface) { |
| 85 | 85 | $this->platform->carrier()->http($carrier)->fusedContext($spanContext); |
| 86 | 86 | } else { |
| 87 | - throw UnsupportedCarrierInstance::for(gettype($carrier)); |
|
| 87 | + throw UnsupportedCarrierInstance::for (gettype($carrier)); |
|
| 88 | 88 | } |
| 89 | 89 | break; |
| 90 | 90 | default: |
@@ -16,6 +16,6 @@ |
||
| 16 | 16 | { |
| 17 | 17 | public function http(MessageInterface $message) : Carrier |
| 18 | 18 | { |
| 19 | - throw new UnsupportedCarrierException('HTTP in ' . get_class($this)); |
|
| 19 | + throw new UnsupportedCarrierException('HTTP in '.get_class($this)); |
|
| 20 | 20 | } |
| 21 | 21 | } |