Skip to content

Commit

Permalink
Merge pull request #396 from php-vcr/395-error-typed-property-vcrresp…
Browse files Browse the repository at this point in the history
…onse$httpversion-must-not-be-accessed-before-initialization

FIX: Initialized typed property
  • Loading branch information
higidi committed Sep 4, 2023
2 parents 376dd9c + 7bc77ca commit 7debb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VCR/Response.php
Expand Up @@ -25,7 +25,7 @@ class Response
*/
protected array $curlInfo = [];

protected mixed $httpVersion;
protected mixed $httpVersion = null;

/**
* @param string|array<string, string> $status
Expand Down

0 comments on commit 7debb44

Please sign in to comment.