| @@ -194,7 +194,7 @@ | ||
| 194 | 194 | * shows the satellite-estimated precipitation. | 
| 195 | 195 | * This displays 5 datasets: the current GSMAP estimate, and the | 
| 196 | 196 | * GSMAP estimate for 1hr, 3hr, 6hr, and 12hrs. | 
| 197 | - * | |
| 197 | + * | |
| 198 | 198 | * If these satellite images are to be used, please include the following | 
| 199 | 199 | * as usage disclosure, “Use of the Himawari/GSMAP images are limited to | 
| 200 | 200 | * non-profit purposes, such as research and education.” | 
| @@ -160,7 +160,7 @@ | ||
| 160 | 160 | */ | 
| 161 | 161 | public function getSevenDayForecast($locationId = 1): array | 
| 162 | 162 |  	{ | 
| 163 | - $url = 'seven_day_forecast/'. $locationId; | |
| 163 | + $url = 'seven_day_forecast/' . $locationId; | |
| 164 | 164 | $response = $this->getData($url); | 
| 165 | 165 | |
| 166 | 166 | return $response; |