Skip to content

Commit 943839a

Browse files
authored
Merge pull request #49 from marekskopal/php_8_2
Fixed PHP 8.2 deprecation of dynamic class attribute assignment
2 parents 9df4964 + c78d321 commit 943839a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

restclient.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class RestClient implements Iterator, ArrayAccess {
1212

1313
public $options;
1414
public $handle; // cURL resource handle.
15+
public $url;
1516

1617
// Populated after execution:
1718
public $response; // Response body.

0 commit comments

Comments
 (0)