Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class HostiranSmsProvider |
||
8 | { |
||
9 | protected $send; |
||
10 | |||
11 | /** |
||
12 | * HostiranSmsProvider constructor. |
||
13 | * @param Sms $send |
||
14 | */ |
||
15 | public function __construct(Sms $send) |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * @param string $url |
||
22 | * @param array $data |
||
23 | * @return array |
||
24 | */ |
||
25 | public function send(string $url, array $data): array |
||
30 |