@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | */ |
151 | 151 | private function getCountry($locale) |
152 | 152 | { |
153 | - if (($divider = strpos($locale, '-')) === false){ |
|
153 | + if (($divider = strpos($locale, '-')) === false) { |
|
154 | 154 | return ''; |
155 | 155 | } |
156 | 156 | |
@@ -183,7 +183,7 @@ discard block |
||
183 | 183 | */ |
184 | 184 | private function sortLocales() |
185 | 185 | { |
186 | - usort($this->locales, function ($a, $b) { |
|
186 | + usort($this->locales, function($a, $b) { |
|
187 | 187 | if ($a->weight === $b->weight) { |
188 | 188 | return 0; |
189 | 189 | } |