fix docblocks? at this point im really nervous whats right and whats wrong

This commit is contained in:
1day2die 2021-11-07 18:43:38 +01:00
parent 8593bb8517
commit e3829af116
2 changed files with 4 additions and 3 deletions

View file

@ -57,7 +57,7 @@ class Payment extends Model
/**
* @param mixed $value
* @param string $locale
* @return NumberFormatter
* @return float
*/
public function formatToCurrency($value,$locale = 'en_US')
{

View file

@ -43,7 +43,8 @@ class PaypalProduct extends Model
/**
* @param mixed $value
* @param string $locale
* @return NumberFormatter
*
* @return float
*/
public function formatToCurrency($value,$locale = 'en_US')
{
@ -75,7 +76,7 @@ class PaypalProduct extends Model
/**
* @description Returns the full price of a Product including tax
*
* @return int
* @return float
*/
public function getTotalPrice()
{