Passed
Push — master ( 066ca5...dfd3a5 )
by Ruben
02:02
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
         for ($keySql as $key => $sql){
70 70
             if (array_key_exists($key, $by)) {
Please login to merge, or discard this patch.