Passed
Push — master ( 0bff33...fd43ba )
by Ruben
01:50
created
src/OptionsDAO.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,8 +63,8 @@
 block discarded – undo
63 63
         $qdata = [];
64 64
         $tquery = [];
65 65
         $keySql = ['from'=>"time >= ?", 
66
-                   'to'=>"time <= ?", 
67
-                   'user'=>"user = ?" 
66
+                    'to'=>"time <= ?", 
67
+                    'user'=>"user = ?" 
68 68
         ];
69 69
         
70 70
         foreach ($keySql as $key => $sql) {
Please login to merge, or discard this patch.