Passed
Push — master ( 71d24f...562277 )
by Richard
01:37
created
maphper/lib/Sql/WhereBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
     private function convertDates($value) {
60 60
         if ($value instanceof \DateTime) {
61
-            if ($value->format('H:i:s')  == '00:00:00') $value = $value->format('Y-m-d');
61
+            if ($value->format('H:i:s') == '00:00:00') $value = $value->format('Y-m-d');
62 62
             else $value = $value->format('Y-m-d H:i:s');
63 63
         }
64 64
         return $value;
Please login to merge, or discard this patch.