diff options
Diffstat (limited to 'app/Model/Currency.php')
-rw-r--r-- | app/Model/Currency.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Model/Currency.php b/app/Model/Currency.php index bc423337..6ae842e7 100644 --- a/app/Model/Currency.php +++ b/app/Model/Currency.php @@ -35,7 +35,9 @@ class Currency extends Base * Calculate the price for the reference currency * * @access public - * @return array + * @param string $currency + * @param double $price + * @return double */ public function getPrice($currency, $price) { |