Skip to content

Commit

Permalink
Merge pull request #49 from marekskopal/php_8_2
Browse files Browse the repository at this point in the history
Fixed PHP 8.2 deprecation of dynamic class attribute assignment
  • Loading branch information
tcdent authored Jul 12, 2023
2 parents 9df4964 + c78d321 commit 943839a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions restclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class RestClient implements Iterator, ArrayAccess {

public $options;
public $handle; // cURL resource handle.
public $url;

// Populated after execution:
public $response; // Response body.
Expand Down

0 comments on commit 943839a

Please sign in to comment.