diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-24 16:47:41 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-24 16:47:41 -0400 |
commit | 1a0465cb57818fd302da8bd7a27b9a78415d1804 (patch) | |
tree | bc56dd3ded941267fe034374283f893438ba74f7 /app/Model/Currency.php | |
parent | 03fc8a1bce033cc8334f588f3c95baffa1291b54 (diff) |
Fix PhpAnalyzer issues
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) { |