Passed
Push — master ( 41b252...0bff33 )
by Ruben
02:37 queued 44s
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
         
70 70
         foreach ($keySql as $key => $sql){
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
                    'user'=>"user = ?" 
68 68
         ];
69 69
         
70
-        foreach ($keySql as $key => $sql){
70
+        foreach ($keySql as $key => $sql) {
71 71
             if (array_key_exists($key, $by)) {
72 72
                 $qdata[] = $by[$key];
73 73
                 $tquery[] = $sql;
Please login to merge, or discard this patch.