Skip to content

Commit

Permalink
Laravel linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLightfootWild committed Aug 28, 2023
1 parent 4ed45f8 commit 632df00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Instrumentation/Laravel/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 632df00

Please sign in to comment.