Failed Conditions
Branch feature/aggregation-class (00a1d3)
by Marc
04:03
created
test/unit/Connection/ConnectionTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Response/Cursor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.