Skip to content

Commit

Permalink
Fixing cs error
Browse files Browse the repository at this point in the history
  • Loading branch information
jgil committed Nov 6, 2015
1 parent d0ca39b commit f32aab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Unit/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public function setUp()
*
* @return StreamWrapper
*/
private function getMockStreamSocketClient() {
private function getMockStreamSocketClient()
{
$streamWrapper = $this->prophesize("Nats\StreamWrapper");
$streamWrapper->setStreamTimeout(Argument::any(), Argument::any())->willReturn(true);
$streamWrapper->getStreamSocketClient(Argument::any(), Argument::any(), Argument::any(), Argument::any(), Argument::any())->will(function ($args) {
Expand Down

0 comments on commit f32aab4

Please sign in to comment.