Passed
Push — master ( 98f551...c71a25 )
by Dāvis
05:24
created
Captcha/Router/LocaleResolver.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.