@@ -4,14 +4,14 @@ |
||
4 | 4 | |
5 | 5 | interface ConverterInterface |
6 | 6 | { |
7 | - /** |
|
8 | - * initial currency conversion |
|
9 | - * |
|
10 | - * @param string|array $from |
|
11 | - * @param string|array $to |
|
12 | - * @param float $amount |
|
13 | - * @param bool $short |
|
14 | - * @return string|array |
|
15 | - */ |
|
16 | - public function cconv($from, $to, $amount); |
|
7 | + /** |
|
8 | + * initial currency conversion |
|
9 | + * |
|
10 | + * @param string|array $from |
|
11 | + * @param string|array $to |
|
12 | + * @param float $amount |
|
13 | + * @param bool $short |
|
14 | + * @return string|array |
|
15 | + */ |
|
16 | + public function cconv($from, $to, $amount); |
|
17 | 17 | } |