Skip to content

Commit

Permalink
LeagueAPI::_makeStaticCall assigns null on result_data_raw
Browse files Browse the repository at this point in the history
  • Loading branch information
hackoh committed Feb 2, 2024
1 parent 8f9660b commit 863a077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/BaseAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ abstract class BaseAPI
protected array $query_data = [];
protected string|null $post_data = null;
protected mixed $result_data = null;
protected string $result_data_raw;
protected string|null $result_data_raw;
protected array $result_headers;
protected int $result_code;
protected array $beforeCall = [];
Expand Down

0 comments on commit 863a077

Please sign in to comment.