Skip to content

Commit dfd7bff

Browse files
committed
Minor cs fixes.
1 parent 52b3cd0 commit dfd7bff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/vendor
1+
/vendor

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ php:
99
- 5.4
1010
- 5.5
1111

12-
script: phpunit
12+
script: phpunit

Cmfcmf/OpenWeatherMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public function getWeatherForecast($query, $units = 'imperial', $lang = 'en', $a
256256
* @throws OpenWeatherMap\Exception If OpenWeatherMap returns an error.
257257
* @throws \InvalidArgumentException If an argument error occurs.
258258
*
259-
* @return WeatherForecast The WeatherForecast object.
259+
* @return WeatherHistory The WeatherHistory object.
260260
*
261261
* There are three ways to specify the place to get weather information for:
262262
* - Use the city name: $query must be a string containing the city name.

0 commit comments

Comments
 (0)