@@ -49,7 +49,7 @@ |
||
| 49 | 49 | parent::setUp(); |
| 50 | 50 | |
| 51 | 51 | $this->stream = Mockery::mock(StreamInterface::class); |
| 52 | - $this->streamWrapper = function() { |
|
| 52 | + $this->streamWrapper = function(){ |
|
| 53 | 53 | return $this->stream; |
| 54 | 54 | }; |
| 55 | 55 | |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | int $token, |
| 51 | 51 | ResponseInterface $response, |
| 52 | 52 | MessageInterface $message |
| 53 | - ) { |
|
| 53 | + ){ |
|
| 54 | 54 | $this->connection = $connection; |
| 55 | 55 | $this->token = $token; |
| 56 | 56 | $this->addResponse($response); |