Completed
Push — master ( 8f89e2...deaea0 )
by Daniel
02:04
created
Salariu/Bonuses.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
                 2003 => 1800000,
89 89
                 2004 => 2000000,
90 90
             ];
91
-            $nReturn      = $valuesYearly[$yrDate];
91
+            $nReturn = $valuesYearly[$yrDate];
92 92
         }
93 93
         if ($lngDate >= mktime(0, 0, 0, 7, 1, 2006)) {
94 94
             $nReturn = round($nReturn, -4);
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
                 'Reduced deduction'    => 10000000,
132 132
             ],
133 133
         ];
134
-        $inRule  = $nValues[2005];
134
+        $inRule = $nValues[2005];
135 135
         if ($yrDate == 2016) {
136 136
             $inRule = $nValues[2016];
137 137
         }
Please login to merge, or discard this patch.