Skip to content

Commit

Permalink
Merge pull request #55 from OskarStark/feature/better-curl
Browse files Browse the repository at this point in the history
Enhancement: Better `Curl`
  • Loading branch information
slunak authored Aug 28, 2024
2 parents 9f364d3 + 61ee7cc commit 13d1bbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Client/Curl/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ class Curl

/**
* Performs curl request.
*
* @return false|string
*/
public static function do(Request $request)
public static function do(Request $request): string
{
$curlOptions = [
\CURLOPT_URL => $request->getApiUrl(),
Expand Down

0 comments on commit 13d1bbe

Please sign in to comment.