From 36d7846c8cd907a7226a3f2ebca2fe4a7321a1ec Mon Sep 17 00:00:00 2001 From: aFolletete Date: Sat, 7 Apr 2012 16:33:16 +0000 Subject: [PATCH] // clean code --- classes/Currency.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/classes/Currency.php b/classes/Currency.php index 3bc478991..b69ba8328 100644 --- a/classes/Currency.php +++ b/classes/Currency.php @@ -263,12 +263,12 @@ class CurrencyCore extends ObjectModel AND `id_currency` = '.(int)($id_currency)); } - /** - * @static - * @param $iso_code - * @param int $id_shop - * @return int - */ + /** + * @static + * @param $iso_code + * @param int $id_shop + * @return int + */ public static function getIdByIsoCode($iso_code, $id_shop = 0) { $query = Currency::getIdByQuery($id_shop);