Passed
Push — master ( 4c0c2c...bf3ff8 )
by Joël
02:21
created
src/libraries/Gettext.php 1 patch
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -95,8 +95,7 @@  discard block
 block discarded – undo
95 95
             (is_string($IsSetLocale) ? 'info' : 'error'),
96 96
             'Gettext Library -> Try to set locale: ' .
97 97
             (is_array($config['gettext_locale']) ?
98
-                print_r($config['gettext_locale'], TRUE) :
99
-                $config['gettext_locale']
98
+                print_r($config['gettext_locale'], TRUE) : $config['gettext_locale']
100 99
             )
101 100
         );
102 101
 
@@ -107,8 +106,7 @@  discard block
 block discarded – undo
107 106
             ($IsPutEnv === TRUE ? 'info' : 'error'),
108 107
             'Gettext Library -> Try to set environment language: ' .
109 108
             (is_array($config['gettext_locale']) ?
110
-                $config['gettext_locale'][0] :
111
-                $config['gettext_locale']
109
+                $config['gettext_locale'][0] : $config['gettext_locale']
112 110
             )
113 111
         );
114 112
 
Please login to merge, or discard this patch.