Passed
Push — master ( 0b1212...3a5dd6 )
by Richard
02:40
created
maphper/lib/Sql/WhereBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
 
81 81
     private function convertDates($value) {
82 82
         if ($value instanceof \DateTimeInterface) {
83
-            if ($value->format('H:i:s')  == '00:00:00') $value = $value->format('Y-m-d');
83
+            if ($value->format('H:i:s') == '00:00:00') $value = $value->format('Y-m-d');
84 84
             else $value = $value->format('Y-m-d H:i:s');
85 85
         }
86 86
         return $value;
Please login to merge, or discard this patch.