Skip to content

Commit 526bfc9

Browse files
authored
Fix docblock
1 parent 127b1b8 commit 526bfc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ public function isScopeDateInInterval($scope, $dateFrom = null, $dateTo = null)
257257
}
258258

259259
/**
260+
* Format date according to date and time formats, locale, timezone and pattern
261+
*
260262
* @param string|\DateTimeInterface $date
261263
* @param int $dateType
262264
* @param int $timeType
@@ -300,6 +302,7 @@ public function formatDateTime(
300302

301303
/**
302304
* Convert date from config timezone to Utc.
305+
*
303306
* If pass \DateTime object as argument be sure that timezone is the same with config timezone
304307
*
305308
* @param string|\DateTimeInterface $date

0 commit comments

Comments
 (0)