@@ -118,7 +118,7 @@ |
||
| 118 | 118 | $howMany = count($nValues); |
| 119 | 119 | for ($counter = 0; $counter <= $howMany; $counter++) { |
| 120 | 120 | if (($lngTaxBase <= $nValues[$counter]['Upper Limit Value'])) { |
| 121 | - $sLbl = [ |
|
| 121 | + $sLbl = [ |
|
| 122 | 122 | 'BDP' => $nValues[$counter]['Base Deducted Percentage'], |
| 123 | 123 | 'BDV' => $nValues[$counter]['Base Deduction Value'], |
| 124 | 124 | 'TFV' => $nValues[$counter]['Tax Free Value'], |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | $this->tCmnSuperGlobals->request->get('pc'), |
| 129 | 129 | ]; |
| 130 | 130 | $this->tCmnSuperGlobals->request->set('wkDays', $this->setWorkingDaysInMonth($components[0], $components[1])); |
| 131 | - $vDays = $this->tCmnSuperGlobals->request->get('wkDays') - $this->tCmnSuperGlobals->request->get('zfb'); |
|
| 131 | + $vDays = $this->tCmnSuperGlobals->request->get('wkDays') - $this->tCmnSuperGlobals->request->get('zfb'); |
|
| 132 | 132 | $this->tCmnSuperGlobals->request->set('nDays', max($vDays, 0)); |
| 133 | 133 | } |
| 134 | 134 | |
@@ -216,7 +216,7 @@ discard block |
||
| 216 | 216 | $sReturn[] = $this->setFormRowTwoLabels(sprintf($ovTime['m'], $ovTime[1]), '175%', $ovTime[11]); |
| 217 | 217 | $sReturn[] = $this->setFormRowTwoLabels(sprintf($ovTime['m'], $ovTime[2]), '200%', $ovTime[22]); |
| 218 | 218 | $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('sb'), ' ', $brut); |
| 219 | - $brut += $this->tCmnSuperGlobals->request->get('afet') * pow(10, 4); |
|
| 219 | + $brut += $this->tCmnSuperGlobals->request->get('afet') * pow(10, 4); |
|
| 220 | 220 | $amount = $this->getValues($brut, $aryStngs, $shLabels); |
| 221 | 221 | $casValue = $this->txLvl['cas']; |
| 222 | 222 | $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('cas'), $this->txLvl['casP'] . '%', $casValue); |
@@ -292,7 +292,7 @@ discard block |
||
| 292 | 292 | |
| 293 | 293 | private function setFormRowAmount($value, $defaultCellStyle) |
| 294 | 294 | { |
| 295 | - $cellValue = []; |
|
| 295 | + $cellValue = []; |
|
| 296 | 296 | $defaultCellStyle['style'] .= 'text-align:right;'; |
| 297 | 297 | foreach ($this->currencyDetails['CX'] as $key2 => $value2) { |
| 298 | 298 | $fmt = new \NumberFormatter($value2['locale'], \NumberFormatter::CURRENCY); |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | 'min_range' => mktime(0, 0, 0, 1, 1, 2001), |
| 41 | 41 | ] |
| 42 | 42 | ]; |
| 43 | - $validYM = filter_var($this->tCmnSuperGlobals->request->get('ym'), FILTER_VALIDATE_INT, $validOpt); |
|
| 43 | + $validYM = filter_var($this->tCmnSuperGlobals->request->get('ym'), FILTER_VALIDATE_INT, $validOpt); |
|
| 44 | 44 | $this->tCmnSuperGlobals->request->set('ym', $validYM); |
| 45 | 45 | } |
| 46 | 46 | |