Completed
Push — master ( 5f1d05...544dea )
by Daniel
02:05
created
Salariu/Bonuses.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -113,6 +113,9 @@
 block discarded – undo
113 113
         return $nReturn;
114 114
     }
115 115
 
116
+    /**
117
+     * @return double
118
+     */
116 119
     private function setPersonalDeductionComplex($sPersons, $lngBrutto, $inRule)
117 120
     {
118 121
         $nDeduction = $inRule['Limit maximum amount'];
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
                 2003 => 1800000,
104 104
                 2004 => 2000000,
105 105
             ];
106
-            $nReturn      = $valuesYearly[$yrDate];
106
+            $nReturn = $valuesYearly[$yrDate];
107 107
         } elseif ($yr == 2001) {
108 108
             $nReturn = $this->setPersonalDeductionSimple2001($lngDate);
109 109
         }
Please login to merge, or discard this patch.