Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
[zendframework/zendframework#3285] add return that was removed
Browse files Browse the repository at this point in the history
- return after parent::connect
  • Loading branch information
weierophinney committed Jan 3, 2013
1 parent 5594e1c commit 7af60b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client/Adapter/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public function connect($host, $port = 80, $secure = false)
// If no proxy is set, fall back to Socket adapter
if (! $this->config['proxy_host']) {
parent::connect($host, $port, $secure);
return;
}

/* Url might require stream context even if proxy connection doesn't */
Expand Down

0 comments on commit 7af60b5

Please sign in to comment.