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 87e0913 commit 52b3cd0Copy full SHA for 52b3cd0
Examples/WeatherHistory.php
@@ -41,4 +41,4 @@
41
42
foreach ($history as $weather) {
43
echo "Average temperature at " . $weather->time->format('d.m.Y H:i') . ": " . $weather->temperature . "\n\r<br />";
44
-}
+}
0 commit comments