Skip to content

Commit

Permalink
Fix Psalm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 13, 2024
1 parent 0ff6fcb commit f36072d
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 @@ -1717,6 +1717,8 @@ private function generateHeaders(Request $request): array
continue;
}

\assert(is_string($field)); // For Psalm.

$headers[] = [$field, $value];
}
}
Expand Down

0 comments on commit f36072d

Please sign in to comment.