Passed
Push — master ( 0160d3...c73a8e )
by Avtandil
02:49
created
src/MultiLang/Middleware/MultiLang.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
         if ($this->multilang->getConfig()->get('set_system_locale')) {
84 84
             $locales = $this->multilang->getLocales();
85
-            if (! empty($locales[$locale]['full_locale'])) {
85
+            if (!empty($locales[$locale]['full_locale'])) {
86 86
                 setlocale(LC_ALL, $locales[$locale]['full_locale']);
87 87
             }
88 88
         }
Please login to merge, or discard this patch.