Fix docblocks

This commit is contained in:
MarkBaker 2021-02-12 18:12:19 +01:00
parent b975fb7ddd
commit 6946bde47e
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ class Financial
* 3 Actual/365 * 3 Actual/365
* 4 European 30/360 * 4 European 30/360
* *
* @return float * @return float|string (string containing the error type if there is an error)
*/ */
public static function AMORDEGRC($cost, $purchased, $firstPeriod, $salvage, $period, $rate, $basis = 0) public static function AMORDEGRC($cost, $purchased, $firstPeriod, $salvage, $period, $rate, $basis = 0)
{ {
@ -322,7 +322,7 @@ class Financial
* 3 Actual/365 * 3 Actual/365
* 4 European 30/360 * 4 European 30/360
* *
* @return float * @return float|string (string containing the error type if there is an error)
*/ */
public static function AMORLINC($cost, $purchased, $firstPeriod, $salvage, $period, $rate, $basis = 0) public static function AMORLINC($cost, $purchased, $firstPeriod, $salvage, $period, $rate, $basis = 0)
{ {