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.
2 parents 0877c31 + 99c9a0b commit 8e7e747Copy full SHA for 8e7e747
Examples/WeatherForecast.php
@@ -29,7 +29,7 @@
29
$owm = new OpenWeatherMap($myApiKey);
30
31
// Example 1: Get forecast for the next 10 days for Berlin.
32
-$forecast = $owm->getWeatherForecast('Berlin', $units, $lang, '', 10);
+$forecast = $owm->getWeatherForecast('Berlin', $units, $lang, '', 5);
33
echo "EXAMPLE 1<hr />\n\n\n";
34
35
echo "City: " . $forecast->city->name;
0 commit comments