Skip to content

Commit 961c5e6

Browse files
committed
Rename Connector::getConnection to createTcp
1 parent c7438c6 commit 961c5e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ protected function connect()
219219
$port = $this->request->getPort();
220220

221221
return $this->connector
222-
->getConnection($host, $port);
222+
->createTcp($host, $port);
223223
}
224224

225225
public function setResponseFactory($factory)

0 commit comments

Comments
 (0)