Skip to content

Commit

Permalink
[SocketClient] Rename Connector::createTcp to Connector::create
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Apr 14, 2013
1 parent de36307 commit 8593b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ protected function connect()
$port = $this->requestData->getPort();

return $this->connector
->createTcp($host, $port);
->create($host, $port);
}

public function setResponseFactory($factory)
Expand Down

0 comments on commit 8593b2f

Please sign in to comment.