Skip to content

Commit

Permalink
Fixing tests (#189)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
ChrisLightfootWild authored Aug 28, 2023
1 parent 0e1d57e commit 901ea4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HeadersPropagator.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public static function instance(): self
public function keys($carrier): array
{
assert($carrier instanceof Request);

/** @psalm-suppress InvalidReturnStatement */
return $carrier->headers->keys();
}
Expand Down

0 comments on commit 901ea4f

Please sign in to comment.