Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-http-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-http-client
Merge requests
!4
Devel
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Devel
devel
into
master
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Krzysztof Dyszczyk
requested to merge
devel
into
master
5 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
4cc774d9
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4cc774d9
fixed namespace
· 4cc774d9
Marcin Kolanko
authored
5 years ago
src/Curl/CurlClient.php
+
1
−
1
View file @ 4cc774d9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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 */
Loading