@@ -44,7 +44,7 @@ |
||
44 | 44 | { |
45 | 45 | $locale = $this->resolveLocale($this->request, $this->availableLocales); |
46 | 46 | |
47 | - if(\in_array($locale, $this->availableLocales, true)){ |
|
47 | + if (\in_array($locale, $this->availableLocales, true)) { |
|
48 | 48 | return $locale; |
49 | 49 | } |
50 | 50 |
@@ -44,7 +44,7 @@ |
||
44 | 44 | { |
45 | 45 | $locale = $this->resolveLocale($this->request, $this->availableLocales); |
46 | 46 | |
47 | - if(\in_array($locale, $this->availableLocales, true)){ |
|
47 | + if(\in_array($locale, $this->availableLocales, true)) { |
|
48 | 48 | return $locale; |
49 | 49 | } |
50 | 50 |