Skip to content

Commit 1140cb7

Browse files
authored
Fixing code style issues
1 parent 6289916 commit 1140cb7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ public function gmtDate($format = null, $input = null)
7070
}
7171

7272
/**
73-
* Converts input date into date with timezone offset
74-
* Input date must be in GMT timezone
73+
* Converts input date into date with timezone offset. Input date must be in GMT timezone.
7574
*
7675
* @param string $format
7776
* @param int|string $input date in GMT timezone
@@ -114,8 +113,7 @@ public function gmtTimestamp($input = null)
114113
}
115114

116115
/**
117-
* Converts input date into timestamp with timezone offset
118-
* Input date must be in GMT timezone
116+
* Converts input date into timestamp with timezone offset. Input date must be in GMT timezone.
119117
*
120118
* @param int|string $input date in GMT timezone
121119
* @return int

0 commit comments

Comments
 (0)