Skip to content

Commit

Permalink
Fix psalm issue due to improved hpack type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Aug 15, 2023
1 parent 069fdae commit fd5b005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Connection/Internal/Http2ConnectionProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,8 @@ private function shutdown(?HttpException $reason = null, ?int $lastId = null): v
}

/**
* @psalm-return list<list{string, string}>
*
* @throws InvalidRequestException
*/
private function generateHeaders(Request $request): array
Expand Down

0 comments on commit fd5b005

Please sign in to comment.