Skip to content

Commit edc962d

Browse files
authored
Fix static tests
1 parent 526bfc9 commit edc962d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/internal/Magento/Framework/Stdlib/DateTime/Timezone/LocalizedDateToUtcConverter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ class LocalizedDateToUtcConverter implements LocalizedDateToUtcConverterInterfac
3636
/**
3737
* LocalizedDateToUtcConverter constructor.
3838
*
39+
* @param TimezoneInterface $timezone
3940
* @param ResolverInterface $localeResolver
4041
*/
4142
public function __construct(
4243
TimezoneInterface $timezone,
4344
ResolverInterface $localeResolver
44-
)
45-
{
45+
) {
4646
$this->timezone = $timezone;
4747
$this->localeResolver = $localeResolver;
4848
}
@@ -71,4 +71,4 @@ public function convertLocalizedDateToUtc($date)
7171

7272
return $date->format($this->defaultFormat);
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)