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 7 forks source link

Update TimeSpan for typo #7

Closed smuriu closed 8 years ago

smuriu commented 8 years ago

Function call $this->setdateInterval(...) is not case sensitive. Altered to $this->setDateInterval(...) as per method signature

codecov-io commented 8 years ago

Current coverage is 99.91% (diff: 100%)

Merging #7 into master will not change coverage

@@             master         #7   diff @@
==========================================
  Files            35         35          
  Lines          1149       1149          
  Methods         249        249          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1148       1148          
  Misses            1          1          
  Partials          0          0          

Powered by Codecov. Last update 1ced8f6...3bbc2d0

uruba commented 8 years ago

Good catch, thank you