Completed
Branch master (d4b803)
by Vladimir
09:25
created
src/PaymentSchedule/EqualPrincipalPaymentScheduleCalculator.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -103,10 +103,10 @@
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @param $remainingPrincipalAmount
107
-     * @param $dailyInterestRate
108
-     * @param $periodInDays
109
-     * @return mixed
106
+     * @param double $remainingPrincipalAmount
107
+     * @param double $dailyInterestRate
108
+     * @param integer $periodInDays
109
+     * @return double
110 110
      */
111 111
     private function calculatePaymentInterest($remainingPrincipalAmount, $dailyInterestRate, $periodInDays)
112 112
     {
Please login to merge, or discard this patch.