Fix PhpAnalyzer issues

This commit is contained in:
Frederic Guillot
2015-05-24 16:47:41 -04:00
parent 03fc8a1bce
commit 1a0465cb57
8 changed files with 20 additions and 14 deletions

View File

@@ -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)
{