We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7488e2 commit 8b73156Copy full SHA for 8b73156
Cmfcmf/OpenWeatherMap/WeatherForecast.php
@@ -50,11 +50,11 @@ class WeatherForecast implements \Iterator
50
public $lastUpdate;
51
52
/**
53
- * An array of {@link WeatherForecast} objects.
+ * An array of {@link Forecast} objects.
54
*
55
- * @var array
+ * @var Forecast[]
56
57
- * @see WeatherForecast The WeatherForecast class.
+ * @see Forecast The Forecast class.
58
*/
59
private $forecasts;
60
0 commit comments