File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function getDecimals()
62
62
* Find a specific currency
63
63
*
64
64
* @param string $code The three letter currency code
65
- * @return mixed A Currency object, or null if no currency was found
65
+ * @return static|null A Currency object, or null if no currency was found
66
66
*/
67
67
public static function find ($ code )
68
68
{
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ public function setCurrency($value)
392
392
/**
393
393
* Get the payment currency number.
394
394
*
395
- * @return integer
395
+ * @return string|null
396
396
*/
397
397
public function getCurrencyNumeric ()
398
398
{
@@ -423,6 +423,7 @@ private function getCurrencyDecimalFactor()
423
423
/**
424
424
* Format an amount for the payment currency.
425
425
*
426
+ * @param double $amount
426
427
* @return string
427
428
*/
428
429
public function formatCurrency ($ amount )
You can’t perform that action at this time.
0 commit comments