Completed
Push — master ( 4aa071...e9302d )
by Daniel
02:00
created
Salariu/Taxation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     {
43 43
         $rest = $lngBase - array_sum($aryDeductions);
44 44
         if ($inDate >= 20100701) {
45
-            $rest         += round($vBA, -4); // food tickets are taxable
45
+            $rest += round($vBA, -4); // food tickets are taxable
46 46
             $val          = $this->tCmnSuperGlobals->request->get('gbns');
47 47
             $taxMinAmount = 0;
48 48
             if ($inDate >= 20160101) {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
         $howMany = count($nValues);
146 146
         for ($counter = 0; $counter <= $howMany; $counter++) {
147 147
             if (($lngTaxBase <= $nValues[$counter]['Upper Limit Value'])) {
148
-                $sLbl                  = [
148
+                $sLbl = [
149 149
                     'BDP' => $nValues[$counter]['Base Deducted Percentage'],
150 150
                     'BDV' => $nValues[$counter]['Base Deduction Value'],
151 151
                     'TFV' => $nValues[$counter]['Tax Free Value'],
Please login to merge, or discard this patch.