Skip to content
Snippets Groups Projects
Commit 4cc774d9 authored by Marcin Kolanko's avatar Marcin Kolanko
Browse files

fixed namespace

parent ac62c4fd
No related branches found
No related tags found
1 merge request!4Devel
Pipeline #5143 passed with stages
in 3 minutes and 52 seconds
...@@ -6,7 +6,7 @@ use WPDesk\HttpClient\HttpClient; ...@@ -6,7 +6,7 @@ use WPDesk\HttpClient\HttpClient;
use WPDesk\HttpClient\HttpClientResponse; use WPDesk\HttpClient\HttpClientResponse;
use WPDesk\HttpClient\HttpClientRequestException; use WPDesk\HttpClient\HttpClientRequestException;
class CurlClient implements \WPDesk\HttpClient\HttpClient { class CurlClient implements HttpClient {
/** @var resource */ /** @var resource */
private $curlResource; private $curlResource;
/** @var string|null|boolean */ /** @var string|null|boolean */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment