Skip to content

Commit

Permalink
Fix coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieDo authored and actions-user committed Mar 16, 2022
1 parent b827edc commit f9cd875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Timezonelist.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ protected function normalizeOffset($offset, $htmlencode = true)
protected function normalizeTimezone($timezone, $htmlencode = true)
{
$search = ['St_', '/', '_'];
$replace = ['St. ', ' / ' , ' '];
$replace = ['St. ', ' / ', ' '];

return str_replace($search, $replace, $timezone);
}
Expand Down

0 comments on commit f9cd875

Please sign in to comment.