We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526bfc9 commit edc962dCopy full SHA for edc962d
lib/internal/Magento/Framework/Stdlib/DateTime/Timezone/LocalizedDateToUtcConverter.php
@@ -36,13 +36,13 @@ class LocalizedDateToUtcConverter implements LocalizedDateToUtcConverterInterfac
36
/**
37
* LocalizedDateToUtcConverter constructor.
38
*
39
+ * @param TimezoneInterface $timezone
40
* @param ResolverInterface $localeResolver
41
*/
42
public function __construct(
43
TimezoneInterface $timezone,
44
ResolverInterface $localeResolver
- )
45
- {
+ ) {
46
$this->timezone = $timezone;
47
$this->localeResolver = $localeResolver;
48
}
@@ -71,4 +71,4 @@ public function convertLocalizedDateToUtc($date)
71
72
return $date->format($this->defaultFormat);
73
74
-}
+}
0 commit comments