@@ -162,11 +162,11 @@ |
||
162 | 162 | $data = []; |
163 | 163 | |
164 | 164 | foreach ($timezones as $timezone) { |
165 | - if($isLabel) { |
|
165 | + if ($isLabel) { |
|
166 | 166 | $data[$label] = $this->getLabel($timezone); |
167 | 167 | } |
168 | 168 | |
169 | - if($isValue) { |
|
169 | + if ($isValue) { |
|
170 | 170 | $data[$value] = $timezone; |
171 | 171 | } |
172 | 172 |