Total Complexity | 4 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class VodafoneChannel |
||
9 | { |
||
10 | /** $var VodafoneClient */ |
||
11 | private $client; |
||
12 | |||
13 | public function __construct(VodafoneClient $client) |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * Send the given notification. |
||
20 | * |
||
21 | * @param mixed $notifiable |
||
22 | * @param Notification $notification |
||
23 | * |
||
24 | * @throws CouldNotSendNotification |
||
25 | */ |
||
26 | public function send($notifiable, Notification $notification) |
||
47 |