Completed
Push — master ( bef41f...9e2ad4 )
by Patrick
02:56
created
Data/class.MongoDataTable.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,8 +11,7 @@  discard block
 block discarded – undo
11 11
         if($collection_name !== false)
12 12
         {
13 13
             $this->namespace = $collection.'.'.$collection_name;
14
-        }
15
-        else
14
+        } else
16 15
         {
17 16
             $this->collection = $collection;
18 17
         }
@@ -26,8 +25,7 @@  discard block
 block discarded – undo
26 25
             if($filter instanceof \Data\Filter)
27 26
             {
28 27
                 $criteria = $filter->to_mongo_filter();
29
-            }
30
-            else
28
+            } else
31 29
             {
32 30
                 $criteria = $filter;
33 31
             }
Please login to merge, or discard this patch.