Skip to content

Commit

Permalink
Add newline to ConnectionManager
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Jan 20, 2013
1 parent 37ba732 commit ea1ed9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ConnectionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function checkConnectedSocket($socket)
if (false === stream_socket_get_name($socket, true)) {
return When::reject(new ConnectionException('Connection refused'));
}

return When::resolve($socket);
}

Expand Down

0 comments on commit ea1ed9e

Please sign in to comment.