@@ -34,7 +34,7 @@ |
||
34 | 34 | for ($counter; $startpeople < $endpeople; $counter++) { |
35 | 35 | $startpeople = $startpeople * (1 + $percent / 100) + $aug ; |
36 | 36 | } |
37 | - return $counter; |
|
37 | + return $counter; |
|
38 | 38 | } |
39 | 39 | |
40 | 40 | // Alternate solution with ternary: |