Completed
Push — master ( 4082fd...26097a )
by Daniel
02:02
created
Salariu/Salariu.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
         $this->initializeSprGlbAndSession();
51 51
         $this->handleLocalizationSalariu($interfaceElements['Application']);
52 52
         echo $this->setHeaderHtml();
53
-        $ymValues          = $this->buildYMvalues();
53
+        $ymValues = $this->buildYMvalues();
54 54
         $this->processFormInputDefaults($this->tCmnSuperGlobals, $interfaceElements['Values Filter Rules'], $ymValues);
55 55
         echo $this->setFormInput($ymValues);
56 56
         $this->setExchangeRateValues($interfaceElements['Application'], $interfaceElements['Relevant Currencies']);
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
             $this->tCmnSuperGlobals->request->get('pc'),
128 128
         ];
129 129
         $this->tCmnSuperGlobals->request->set('wkDays', $this->setWorkingDaysInMonth($components[0], $components[1]));
130
-        $vDays      = $this->tCmnSuperGlobals->request->get('wkDays') - $this->tCmnSuperGlobals->request->get('zfb');
130
+        $vDays = $this->tCmnSuperGlobals->request->get('wkDays') - $this->tCmnSuperGlobals->request->get('zfb');
131 131
         $this->tCmnSuperGlobals->request->set('nDays', max($vDays, 0));
132 132
     }
133 133
 
@@ -321,7 +321,7 @@  discard block
 block discarded – undo
321 321
 
322 322
     private function setFormRowAmount($value, $defaultCellStyle)
323 323
     {
324
-        $cellValue                 = [];
324
+        $cellValue = [];
325 325
         $defaultCellStyle['style'] .= 'text-align:right;';
326 326
         foreach ($this->currencyDetails['CX'] as $key2 => $value2) {
327 327
             $fmt         = new \NumberFormatter($value2['locale'], \NumberFormatter::CURRENCY);
Please login to merge, or discard this patch.