Passed
Pull Request — master (#32)
by Marc
03:24
created
src/Query/Aggregation/Limit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         MessageInterface $message,
32 32
         QueryInterface $query,
33 33
         int $n
34
-    ) {
34
+    ){
35 35
         parent::__construct($rethink, $message);
36 36
 
37 37
         $this->query = $query;
Please login to merge, or discard this patch.