@@ -255,7 +255,7 @@ |
||
255 | 255 | |
256 | 256 | private function getFormatForDate($class) { |
257 | 257 | $format = 'y-M-d'; // default |
258 | - switch ($class) { |
|
258 | + switch($class) { |
|
259 | 259 | case 'Date': |
260 | 260 | $format = 'y-M-d'; |
261 | 261 | break; |