Completed
Push — master ( 718bd7...dda000 )
by Daniel
02:16
created
Salariu/Salariu.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
             $this->tCmnSuperGlobals->request->get('pc'),
130 130
         ];
131 131
         $this->tCmnSuperGlobals->request->set('wkDays', $this->setWorkingDaysInMonth($components[0], $components[1]));
132
-        $vDays      = $this->tCmnSuperGlobals->request->get('wkDays') - $this->tCmnSuperGlobals->request->get('zfb');
132
+        $vDays = $this->tCmnSuperGlobals->request->get('wkDays') - $this->tCmnSuperGlobals->request->get('zfb');
133 133
         $this->tCmnSuperGlobals->request->set('nDays', max($vDays, 0));
134 134
     }
135 135
 
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
 
330 330
     private function setFormRowAmount($value, $defaultCellStyle)
331 331
     {
332
-        $cellValue                 = [];
332
+        $cellValue = [];
333 333
         $defaultCellStyle['style'] .= 'text-align:right;';
334 334
         foreach ($this->currencyDetails['CX'] as $key2 => $value2) {
335 335
             $fmt         = new \NumberFormatter($value2['locale'], \NumberFormatter::CURRENCY);
Please login to merge, or discard this patch.