Skip to content

Commit

Permalink
Delete redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Aug 6, 2024
1 parent 4b720a7 commit 74525be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Protocols/Http/Chunk.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,8 @@
class Chunk implements Stringable
{

/**
* Chunk constructor.
*
*/
public function __construct(protected string $buffer) {}

/**
* __toString
*
*/
public function __toString(): string
{
return dechex(strlen($this->buffer)) . "\r\n$this->buffer\r\n";
Expand Down

0 comments on commit 74525be

Please sign in to comment.