Skip to content

Commit

Permalink
Fix Issue Where ClientResponse PCO Property Did Not Auto Initialize (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
onairmarc authored Apr 25, 2024
1 parent b35f6b6 commit e47faae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Objects/SdkObjects/ClientResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class ClientResponse extends BaseClientResponse
{
public BaseSdkContainer $sdk;
public object $pco;
public ?object $pco = null;

public function __construct(mixed $clientResponse)
{
Expand Down

0 comments on commit e47faae

Please sign in to comment.