Passed
Push — master ( cc3377...58aa38 )
by Ridvan Lakas ng Bayan
01:42
created
src/Ridvanbaluyos/Noah/Noah.php 1 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.