Skip to content

Commit a37897d

Browse files
committed
Fixed docblock.
1 parent cc240fa commit a37897d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cmfcmf/OpenWeatherMap/Util/Time.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ class Time
3939
/**
4040
* Create a new time object.
4141
*
42-
* @param string $from The start time for the forecast.
43-
* @param string $to The end time for the forecast.
42+
* @param string|\DateTime $from The start time for the forecast.
43+
* @param string|\DateTime $to The end time for the forecast.
4444
*
4545
* @internal
4646
*/

0 commit comments

Comments
 (0)