Skip to content

Commit 84ed6b3

Browse files
Fixing tests (#189)
* Fixing Logs/Monolog. * Fixing Aws\Xray. * Fixing PropagatorTest. * Fixing MongoDBInstrumentation import of CachedInstrumentation. * Fixing Instrumentation/Laravel linting. * Fixing Instrumentation/Symfony linting. * Fixing Instrumentation/HttpAsyncClient linting. * Fixing Instrumentation/Symfony linting. * Fixing Symfony import. * Updating Symfony composer deps.
1 parent 12913ed commit 84ed6b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/RequestPropagationGetter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public static function instance(): self
2424
public function keys($carrier): array
2525
{
2626
assert($carrier instanceof Request);
27+
2728
/** @psalm-suppress InvalidReturnStatement */
2829
return $carrier->headers->keys();
2930
}

src/ResponsePropagationSetter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public static function instance(): self
2424
public function keys($carrier): array
2525
{
2626
assert($carrier instanceof Response);
27+
2728
/** @psalm-suppress InvalidReturnStatement */
2829
return $carrier->headers->keys();
2930
}

0 commit comments

Comments
 (0)