Skip to content

Commit 4cce033

Browse files
committed
Adding newline to end of files
1 parent 8b69c03 commit 4cce033

File tree

8 files changed

+8
-10
lines changed

8 files changed

+8
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ Cloud Coverage: 0.24
152152
```
153153

154154
## Todo
155-
* Accept additional API options
155+
* Accept additional API options

src/Entities/Alert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ public function getUri()
7575
{
7676
return $this->uri;
7777
}
78-
}
78+
}

src/Entities/DataBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ public function getData()
6262
{
6363
return $this->data;
6464
}
65-
}
65+
}

src/Entities/DataPoint.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,4 @@ public function getOzone()
315315
{
316316
return $this->ozone;
317317
}
318-
319-
320-
}
318+
}

src/Entities/Precipitation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ public function getAccumulation()
9595
{
9696
return $this->accumulation;
9797
}
98-
}
98+
}

src/Entities/Temperature.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ public function getMaxTime()
8484
{
8585
return $this->maxTime;
8686
}
87-
}
87+
}

src/Forecast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ public function getResponseTime()
188188
{
189189
return $this->responseTime;
190190
}
191-
}
191+
}

src/Overcast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ private function parseForecastResponseHeaders($headers)
9191
}
9292
return $responseHeaders;
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)