Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa authored and github-actions[bot] committed Mar 16, 2024
1 parent b0363f7 commit cf6c47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Buienradar.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function actualForecastForStation(MeasuringStation $measuringStation): ?A
foreach ($measurements as $measurement) {
if ($measurement['stationname'] === $measuringStation->value) {
return ActualForecast::fromArray($measurement);

return $measurement;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Forecast.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ public function __toString(): string
{
return $this->toJson();
}
}
}

0 comments on commit cf6c47e

Please sign in to comment.