Passed
Push — master ( 7004d3...cc3377 )
by Ridvan Lakas ng Bayan
02:15 queued 24s
created
src/Ridvanbaluyos/Noah/Noah.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
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.”
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.