Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Feb 19, 2023
1 parent de17b56 commit a1e8d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Request/Buffer/Headers.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ private function parseLine(Str $line, Sequence $rest): Fold
// do not call the state with an empty string otherwise
// it will believe it is the empty line indicating the
// end of headers
// // this case happen when the buffer passed to ->parse()
// ends with the new line character
// this case happen when the buffer passed to ->parse() ends
// with the new line character
/** @var Fold<null, Request, State> */
return match ($buffer->empty()) {
true => Fold::with($state),
Expand Down

0 comments on commit a1e8d93

Please sign in to comment.