Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | class LatestRatesResource extends AbstractFixerResource |
||
13 | { |
||
14 | /** |
||
15 | * Endpoint path. |
||
16 | * |
||
17 | * @var string |
||
18 | */ |
||
19 | protected $path = "latest"; |
||
20 | |||
21 | /** |
||
22 | * CurrencySupportResource constructor. |
||
23 | * |
||
24 | * @param FixerHttpClient $client |
||
25 | */ |
||
26 | 3 | public function __construct(FixerHttpClient $client) |
|
31 |