Completed
Push — master ( 6a2714...c38d5f )
by Daniel
02:07
created
Salariu/Salariu.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@  discard block
 block discarded – undo
288 288
         $sReturn[]             = '<th><i class="fa fa-map-signs floatRight" style="font-size:2em;">&nbsp;</i></th>';
289 289
         $this->appFlags['CTD'] = $this->manageCurrencyToDisplay($this->tCmnSuperGlobals);
290 290
         foreach ($this->appFlags['CTD'] as $key => $value) {
291
-            $crtPcs    = [
291
+            $crtPcs = [
292 292
                 $this->tApp->gettext('i18n_Form_Label_XofficialCurrencyUsedFrom'),
293 293
                 $this->tApp->gettext('i18n_Form_Label_CurrencyName_' . $key),
294 294
                 $this->tApp->gettext('i18n_CountryName_' . strtoupper($value['country'])),
@@ -341,7 +341,7 @@  discard block
 block discarded – undo
341 341
 
342 342
     private function setFormRowAmount($value, $defaultCellStyle)
343 343
     {
344
-        $cellValue                 = [];
344
+        $cellValue = [];
345 345
         $defaultCellStyle['style'] .= 'text-align:right;';
346 346
         foreach ($this->appFlags['CTD'] as $key2 => $value2) {
347 347
             $fmt         = new \NumberFormatter($value2['locale'], \NumberFormatter::CURRENCY);
Please login to merge, or discard this patch.