Passed
Push — master ( 066ca5...dfd3a5 )
by Ruben
02:02
created
src/OptionsDAO.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
                    'to'=>"time <= ?", 
67 67
                    'user'=>"user = ?" };
68 68
         
69
-        for ($keySql as $key => $sql){
69
+        for ($keySql as $key => $sql) {
70 70
             if (array_key_exists($key, $by)) {
71 71
                 $qdata[] = $by[$key];
72 72
                 $tquery[] = $sql;
Please login to merge, or discard this patch.