Passed
Push — master ( e8e240...bc43cb )
by David
04:41
created
src/Http/Middleware/AcceptLanguage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     {
36 36
         $locale = explode(",", preg_replace("/\;q=\d.\d/", "", $locale));
37 37
 
38
-        return collect($locale)->first(function ($locale) {
38
+        return collect($locale)->first(function($locale) {
39 39
             return $this->isLocaleSupported($locale);
40 40
         });
41 41
     }
Please login to merge, or discard this patch.