Skip to content

Commit 7b712ea

Browse files
committed
Merge pull request #39 from andreas-weber/andreas-weber-patch-1
Update WeatherForecast.php
2 parents f7488e2 + 8b73156 commit 7b712ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cmfcmf/OpenWeatherMap/WeatherForecast.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ class WeatherForecast implements \Iterator
5050
public $lastUpdate;
5151

5252
/**
53-
* An array of {@link WeatherForecast} objects.
53+
* An array of {@link Forecast} objects.
5454
*
55-
* @var array
55+
* @var Forecast[]
5656
*
57-
* @see WeatherForecast The WeatherForecast class.
57+
* @see Forecast The Forecast class.
5858
*/
5959
private $forecasts;
6060

0 commit comments

Comments
 (0)