Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class Profile extends \Promopult\Dadata\Service |
||
11 | { |
||
12 | /** |
||
13 | * @return array |
||
14 | * @throws \Psr\Http\Client\ClientExceptionInterface |
||
15 | */ |
||
16 | public function balance(): array |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @param string $date Дата в формате YYYY-mm-dd |
||
26 | * @return array |
||
27 | * @throws \Psr\Http\Client\ClientExceptionInterface |
||
28 | */ |
||
29 | public function dailyStat(string $date): array |
||
37 |