Skip to content

Commit

Permalink
Update Response.php
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed May 4, 2024
1 parent b4b8770 commit b32423b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Storyblok/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

class Response
{
public array $httpResponseBody;
public $httpResponseBody;

public ?int $httpResponseCode;
public $httpResponseCode;

public mixed $httpResponseHeaders;
public $httpResponseHeaders;

public function getBody(): array
{
Expand Down

0 comments on commit b32423b

Please sign in to comment.