Passed
Push — master ( 694425...cb2fe4 )
by Marc
03:56
created
test/integration/Aggregation/LimitTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -43,10 +43,10 @@
 block discarded – undo
43 43
 
44 44
         /** @var Cursor $cursor */
45 45
         $cursor = $this->r()
46
-                       ->table('tabletest')
47
-                       ->filter(['description' => 'A document description.'])
48
-                       ->limit(2)
49
-                       ->run();
46
+                        ->table('tabletest')
47
+                        ->filter(['description' => 'A document description.'])
48
+                        ->limit(2)
49
+                        ->run();
50 50
 
51 51
         $this->assertCount(2, $cursor);
52 52
     }
Please login to merge, or discard this patch.