Completed
Push — master ( dfe00f...254490 )
by Daniel
04:49
created
Salariu/Bonuses.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
                 2003 => 1800000,
75 75
                 2004 => 2000000,
76 76
             ];
77
-            $nReturn      = $valuesYearly[$yrDate];
77
+            $nReturn = $valuesYearly[$yrDate];
78 78
         }
79 79
         return (($lngDate >= 20060701) ? round($nReturn, -4) : $nReturn);
80 80
     }
Please login to merge, or discard this patch.
Salariu/Taxation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
             for ($counter = 0; $counter <= $howMany; $counter++) {
164 164
                 $nReturn = $lngTaxBase * $this->txLvl['inTaxP'];
165 165
                 if (($lngTaxBase <= $nValues[$counter]['Upper Limit Value'])) {
166
-                    $sLbl                  = [
166
+                    $sLbl = [
167 167
                         'BDP' => $nValues[$counter]['Base Deducted Percentage'],
168 168
                         'BDV' => $nValues[$counter]['Base Deduction Value'],
169 169
                         'TFV' => $nValues[$counter]['Tax Free Value'],
Please login to merge, or discard this patch.