@@ -4,16 +4,16 @@ |
||
| 4 | 4 | |
| 5 | 5 | interface CalculateInterface |
| 6 | 6 | { |
| 7 | - /** |
|
| 8 | - * currency conversion, cache check and fixer.io api connection |
|
| 9 | - * |
|
| 10 | - * @param string|array $getFrom |
|
| 11 | - * @param string|array $getTo |
|
| 12 | - * @param float $amount |
|
| 13 | - * @param int $short |
|
| 14 | - * @param bool $isCache |
|
| 15 | - * @param int $cacheTime |
|
| 16 | - * @return string|array |
|
| 17 | - */ |
|
| 18 | - public function getValues($from, $to, $amount, $short, $isCache, $cacheTime); |
|
| 7 | + /** |
|
| 8 | + * currency conversion, cache check and fixer.io api connection |
|
| 9 | + * |
|
| 10 | + * @param string|array $getFrom |
|
| 11 | + * @param string|array $getTo |
|
| 12 | + * @param float $amount |
|
| 13 | + * @param int $short |
|
| 14 | + * @param bool $isCache |
|
| 15 | + * @param int $cacheTime |
|
| 16 | + * @return string|array |
|
| 17 | + */ |
|
| 18 | + public function getValues($from, $to, $amount, $short, $isCache, $cacheTime); |
|
| 19 | 19 | } |