Skip to content

Commit

Permalink
Fix the code
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-miscevic committed Jul 11, 2021
1 parent 90ad4c1 commit c8a8cc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ class Response
{
private string $content;

/**
* @var array<string, string>
*/
/** @var array<string, string> */
private array $headers;

/**
Expand Down

0 comments on commit c8a8cc1

Please sign in to comment.