Skip to content

Commit

Permalink
Work around psalm docblock issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Aug 12, 2023
1 parent 1e7957d commit c84624b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connection/Internal/Http1Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ private function parseRawHeaders(string $rawHeaders): array
/**
* Decodes a chunked response body.
*
* @return bool {@code true} if the body is complete, otherwise {@code false}.
* @return bool Returns {@code true} if the body is complete, otherwise {@code false}.
*
* @throws ParseException
*/
Expand Down

0 comments on commit c84624b

Please sign in to comment.