| Total Complexity | 6 | 
| Total Lines | 48 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 11 | class Send extends Response  | 
            ||
| 12 | { | 
            ||
| 13 | const URI = 'email/send';  | 
            ||
| 14 | |||
| 15 | /** @var Client */  | 
            ||
| 16 | private $client;  | 
            ||
| 17 | |||
| 18 | public function __construct(Client $client)  | 
            ||
| 21 | }  | 
            ||
| 22 | |||
| 23 | public function handle(array $params = [], $attachmentPaths = [])  | 
            ||
| 30 | }  | 
            ||
| 31 | |||
| 32 | protected function transform(array $params, array $attachmentPaths = [])  | 
            ||
| 61 |