@@ -29,7 +29,7 @@ function date_parse_from_format(string $format, string $date): array
29
29
*
30
30
* @param string $date Date in format accepted by strtotime.
31
31
* @return array Returns array with information about the parsed date
32
- * on success .
32
+ * on success.
33
33
* @throws DatetimeException
34
34
*
35
35
*/
@@ -50,7 +50,7 @@ function date_parse(string $date): array
50
50
* @param int $time Timestamp.
51
51
* @param float $latitude Latitude in degrees.
52
52
* @param float $longitude Longitude in degrees.
53
- * @return array Returns array on success .
53
+ * @return array Returns array on success.
54
54
* The structure of the array is detailed in the following list:
55
55
*
56
56
*
@@ -226,7 +226,7 @@ function date_sun_info(int $time, float $latitude, float $longitude): array
226
226
* format is
227
227
* SUNFUNCS_RET_TIMESTAMP.
228
228
* @return mixed Returns the sunrise time in a specified format on
229
- * success . One potential reason for failure is that the
229
+ * success. One potential reason for failure is that the
230
230
* sun does not rise at all, which happens inside the polar circles for part of
231
231
* the year.
232
232
* @throws DatetimeException
@@ -329,7 +329,7 @@ function date_sunrise(int $timestamp, int $format = SUNFUNCS_RET_STRING, float $
329
329
* format is
330
330
* SUNFUNCS_RET_TIMESTAMP.
331
331
* @return mixed Returns the sunset time in a specified format on
332
- * success . One potential reason for failure is that the
332
+ * success. One potential reason for failure is that the
333
333
* sun does not set at all, which happens inside the polar circles for part of
334
334
* the year.
335
335
* @throws DatetimeException
@@ -424,7 +424,7 @@ function mktime(int $hour = null, int $minute = null, int $second = null, int $m
424
424
425
425
/**
426
426
* strptime returns an array with the
427
- * date parsed, .
427
+ * date parsed.
428
428
*
429
429
* Month and weekday names and other language dependent strings respect the
430
430
* current locale set with setlocale (LC_TIME).
@@ -439,7 +439,7 @@ function mktime(int $hour = null, int $minute = null, int $second = null, int $m
439
439
*
440
440
* For more information about the format options, read the
441
441
* strftime page.
442
- * @return array Returns an array .
442
+ * @return array Returns an array.
443
443
*
444
444
*
445
445
* The following parameters are returned in the array
@@ -552,7 +552,7 @@ function strtotime(string $time, int $now = null): int
552
552
* abbr doesn't exist then the time zone is
553
553
* searched solely by the gmtOffset and
554
554
* isdst.
555
- * @return string Returns time zone name on success .
555
+ * @return string Returns time zone name on success.
556
556
* @throws DatetimeException
557
557
*
558
558
*/
0 commit comments