Skip to content

Commit

Permalink
Trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Wijnand Ross committed Sep 14, 2018
1 parent 19ccc52 commit ffe35d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LocationClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class LocationClient extends BaseClient
'Message',
'OpeningHours',
'ResponseLocation',
'Warning'
'Warning',
];

/**
Expand Down
2 changes: 1 addition & 1 deletion src/TimeframeClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TimeframeClient extends BaseClient
'ReasonNoTimeframe',
'Timeframe',
'TimeframeRequest',
'TimeframeTimeFrame'
'TimeframeTimeFrame',
];

/**
Expand Down

0 comments on commit ffe35d5

Please sign in to comment.