Passed
Branch main (d0474b)
by Sammy
03:57 queued 02:09
created
TightModelSelector.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -96,9 +96,9 @@
 block discarded – undo
96 96
         if (!empty($date_stop)) {
97 97
             $this->statement()->aw_lte($this->model()->event_field(), $date_stop, $this->statement()->table_label(), ':filter_date_stop');
98 98
         }
99
-      //
100
-      // if(empty($options['order_by']))
101
-      //   $this->statement()->order_by([$this->model()->event_field(), 'DESC']);
99
+        //
100
+        // if(empty($options['order_by']))
101
+        //   $this->statement()->order_by([$this->model()->event_field(), 'DESC']);
102 102
     }
103 103
 
104 104
     public function filter_with_ids($ids)
Please login to merge, or discard this patch.
TableModel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -266,7 +266,7 @@
 block discarded – undo
266 266
 
267 267
         if ($Query->is_success()) {
268 268
             foreach ($Query->ret_obj(get_called_class()) as $rec) {
269
-                  $ret[$rec->get($pk_name)] = $rec;
269
+                    $ret[$rec->get($pk_name)] = $rec;
270 270
             }
271 271
         }
272 272
 
Please login to merge, or discard this patch.