@@ -143,6 +143,7 @@ |
||
143 | 143 | |
144 | 144 | /** |
145 | 145 | * @param \DateTime $date |
146 | + * @param string $rateType |
|
146 | 147 | * @return RateInterface[] |
147 | 148 | * @throws SourceNotAvailableException |
148 | 149 | */ |
@@ -9,7 +9,6 @@ |
||
9 | 9 | */ |
10 | 10 | namespace RunOpenCode\ExchangeRate\Source; |
11 | 11 | |
12 | -use GuzzleHttp\Client as GuzzleClient; |
|
13 | 12 | use GuzzleHttp\Client; |
14 | 13 | use GuzzleHttp\Cookie\CookieJar; |
15 | 14 | use RunOpenCode\ExchangeRate\Contract\RateInterface; |