Skip to content

Commit

Permalink
Fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-rocks committed Feb 1, 2024
1 parent 49a3a2a commit 04249f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forecast/Serializer/ForecastPeriodNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function setTextValue(array $text, ForecastPeriod $period): void {
'forecast_swell1' => $period->setSwell($value),
'forecast_weather' => $period->setWeather($value),
'forecast_winds' => $period->setWinds($value),
'fire_danger' => $period->setFireDanger($text),
'fire_danger' => $period->setFireDanger($value),
default => '',
};
}
Expand Down

0 comments on commit 04249f7

Please sign in to comment.