Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 2bcf449

Browse files
author
jgil
committed
Fixing cs error
1 parent 4053af8 commit 2bcf449

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/Unit/ConnectionTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ public function setUp()
5353
*
5454
* @return StreamWrapper
5555
*/
56-
private function getMockStreamSocketClient() {
56+
private function getMockStreamSocketClient()
57+
{
5758
$streamWrapper = $this->prophesize("Nats\StreamWrapper");
5859
$streamWrapper->setStreamTimeout(Argument::any(), Argument::any())->willReturn(true);
5960
$streamWrapper->getStreamSocketClient(Argument::any(), Argument::any(), Argument::any(), Argument::any(), Argument::any())->will(function ($args) {

0 commit comments

Comments
 (0)