File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ $openWeatherMap = new OpenWeatherMap(
230230
231231## Config Object
232232
233- Configuration getters and setters for all options are available to access and change after initialization.
233+ Configuration getters and setters for all options are available to access and change after initialization:
234234
235235``` php
236236use ProgrammatorDev\OpenWeatherMap\Config;
Original file line number Diff line number Diff line change 5555
5656### OneCall
5757
58- ` getCoordinate() ` : [ ` Coordinate ` ] ( #coordinate )
58+ ` getCoordinate() ` : [ ` Coordinate ` ] ( 05-objects.md #coordinate)
5959
60- ` getTimezone() ` : [ ` Timezone ` ] ( #timezone )
60+ ` getTimezone() ` : [ ` Timezone ` ] ( 05-objects.md #timezone)
6161
62- ` getCurrent() ` : [ ` Weather ` ] ( #weather )
62+ ` getCurrent() ` : [ ` Weather ` ] ( 05-objects.md #weather)
6363
64- ` getMinutelyForecast() ` : [ ` ?MinutelyForecast [] ` ] ( #minuteforecast )
64+ ` getMinutelyForecast() ` : [ ` ?MinuteForecast [] ` ] ( 05-objects.md #minuteforecast)
6565
66- ` getHourlyForecast() ` : [ ` Weather[] ` ] ( #weather )
66+ ` getHourlyForecast() ` : [ ` Weather[] ` ] ( 05-objects.md #weather)
6767
68- ` getDailyForecast() ` : [ ` Weather[] ` ] ( #weather )
68+ ` getDailyForecast() ` : [ ` Weather[] ` ] ( 05-objects.md #weather)
6969
70- ` getAlerts() ` : [ ` ?Alert[] ` ] ( #alert )
70+ ` getAlerts() ` : [ ` ?Alert[] ` ] ( 05-objects.md #alert)
7171
7272### Weather
7373
You can’t perform that action at this time.
0 commit comments