uruba / FinanCalc

:moneybag: A lightweight, simple and easy PHP library for calculating annuities (e.g., mortgages) and other financial instruments according to various input data
The Unlicense
30 stars 6 forks source link

Change Order of Function Args to align with docs #3

Closed alloylab closed 8 years ago

alloylab commented 8 years ago

newDebtAmortizationCustomPeriodLength($debtPrincipal, $debtNoOfPeriods, $debtInterest, $debtSinglePeriodLength)

uruba commented 8 years ago

Thank you, I haven't noticed this. I merged your change and updated the test concerning this method.