@@ -85,23 +85,23 @@ public function __construct(
8585 }
8686
8787 /**
88- * { @inheritdoc}
88+ * @inheritdoc
8989 */
9090 public function getDefaultTimezonePath ()
9191 {
9292 return $ this ->_defaultTimezonePath ;
9393 }
9494
9595 /**
96- * { @inheritdoc}
96+ * @inheritdoc
9797 */
9898 public function getDefaultTimezone ()
9999 {
100100 return 'UTC ' ;
101101 }
102102
103103 /**
104- * { @inheritdoc}
104+ * @inheritdoc
105105 */
106106 public function getConfigTimezone ($ scopeType = null , $ scopeCode = null )
107107 {
@@ -113,7 +113,7 @@ public function getConfigTimezone($scopeType = null, $scopeCode = null)
113113 }
114114
115115 /**
116- * { @inheritdoc}
116+ * @inheritdoc
117117 */
118118 public function getDateFormat ($ type = \IntlDateFormatter::SHORT )
119119 {
@@ -125,7 +125,7 @@ public function getDateFormat($type = \IntlDateFormatter::SHORT)
125125 }
126126
127127 /**
128- * { @inheritdoc}
128+ * @inheritdoc
129129 */
130130 public function getDateFormatWithLongYear ()
131131 {
@@ -137,7 +137,7 @@ public function getDateFormatWithLongYear()
137137 }
138138
139139 /**
140- * { @inheritdoc}
140+ * @inheritdoc
141141 */
142142 public function getTimeFormat ($ type = \IntlDateFormatter::SHORT )
143143 {
@@ -149,15 +149,15 @@ public function getTimeFormat($type = \IntlDateFormatter::SHORT)
149149 }
150150
151151 /**
152- * { @inheritdoc}
152+ * @inheritdoc
153153 */
154154 public function getDateTimeFormat ($ type )
155155 {
156156 return $ this ->getDateFormat ($ type ) . ' ' . $ this ->getTimeFormat ($ type );
157157 }
158158
159159 /**
160- * { @inheritdoc}
160+ * @inheritdoc
161161 */
162162 public function date ($ date = null , $ locale = null , $ useTimezone = true , $ includeTime = true )
163163 {
@@ -191,7 +191,7 @@ public function date($date = null, $locale = null, $useTimezone = true, $include
191191 }
192192
193193 /**
194- * { @inheritdoc}
194+ * @inheritdoc
195195 */
196196 public function scopeDate ($ scope = null , $ date = null , $ includeTime = false )
197197 {
@@ -204,7 +204,7 @@ public function scopeDate($scope = null, $date = null, $includeTime = false)
204204 }
205205
206206 /**
207- * { @inheritdoc}
207+ * @inheritdoc
208208 */
209209 public function formatDate ($ date = null , $ format = \IntlDateFormatter::SHORT , $ showTime = false )
210210 {
@@ -218,7 +218,7 @@ public function formatDate($date = null, $format = \IntlDateFormatter::SHORT, $s
218218 }
219219
220220 /**
221- * { @inheritdoc}
221+ * @inheritdoc
222222 */
223223 public function scopeTimeStamp ($ scope = null )
224224 {
@@ -231,7 +231,7 @@ public function scopeTimeStamp($scope = null)
231231 }
232232
233233 /**
234- * { @inheritdoc}
234+ * @inheritdoc
235235 */
236236 public function isScopeDateInInterval ($ scope , $ dateFrom = null , $ dateTo = null )
237237 {
@@ -257,13 +257,7 @@ public function isScopeDateInInterval($scope, $dateFrom = null, $dateTo = null)
257257 }
258258
259259 /**
260- * @param string|\DateTimeInterface $date
261- * @param int $dateType
262- * @param int $timeType
263- * @param string|null $locale
264- * @param string|null $timezone
265- * @param string|null $pattern
266- * @return string
260+ * @inheritdoc
267261 */
268262 public function formatDateTime (
269263 $ date ,
@@ -299,13 +293,7 @@ public function formatDateTime(
299293 }
300294
301295 /**
302- * Convert date from config timezone to Utc.
303- * If pass \DateTime object as argument be sure that timezone is the same with config timezone
304- *
305- * @param string|\DateTimeInterface $date
306- * @param string $format
307- * @throws LocalizedException
308- * @return string
296+ * @inheritdoc
309297 */
310298 public function convertConfigTimeToUtc ($ date , $ format = 'Y-m-d H:i:s ' )
311299 {
0 commit comments