Completed
Pull Request — master (#19)
by Jitendra
03:25
created
src/Db/Logger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
             return;
54 54
         }
55 55
 
56
-        if (++$this->index < $this->config['skipFirst']) {
56
+        if (++ $this->index < $this->config['skipFirst']) {
57 57
             return;
58 58
         }
59 59
 
Please login to merge, or discard this patch.