Completed
Push — master ( 83c372...cef72b )
by Philipp
05:56
created
src/Tongue.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -131,8 +131,8 @@
 block discarded – undo
131 131
         $regional = $this->speaking('regional', $locale);
132 132
 
133 133
         if ($regional) {
134
-            setlocale(LC_TIME, $regional . '.UTF-8');
135
-            setlocale(LC_MONETARY, $regional . '.UTF-8');
134
+            setlocale(LC_TIME, $regional.'.UTF-8');
135
+            setlocale(LC_MONETARY, $regional.'.UTF-8');
136 136
         }
137 137
 
138 138
         return $this;
Please login to merge, or discard this patch.