Add space between switch and ‘(‘

[MAILPOET-1791]
This commit is contained in:
Ján Mikláš
2019-02-13 12:54:08 +01:00
committed by M. Shull
parent ebbdec5ebd
commit a8972ca281
27 changed files with 43 additions and 43 deletions

View File

@@ -61,7 +61,7 @@ class CustomField extends Model {
: 'year_month_day'
);
$date_parts = explode('_', $date_type);
switch($date_type) {
switch ($date_type) {
case 'year_month_day':
$value = sprintf(
'%s/%s/%s',