Skip to content

Commit

Permalink
fix: protected $responseCode to allow proper overloading of fetchURL() (
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored Sep 6, 2024
1 parent 2256030 commit 765ddbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenIDConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class OpenIDConnectClient
/**
* @var int|null Response code from the server
*/
private $responseCode;
protected $responseCode;

/**
* @var string|null Content type from the server
Expand Down

0 comments on commit 765ddbd

Please sign in to comment.