Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class Mail |
||
13 | { |
||
14 | /** |
||
15 | * @param $mailer |
||
16 | * @return mixed|null |
||
17 | */ |
||
18 | public static function mailer($mailer = null) |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @param $transport |
||
25 | * |
||
26 | * @return mixed |
||
27 | * |
||
28 | * @throws \Psr\Container\ContainerExceptionInterface |
||
29 | * @throws \Psr\Container\NotFoundExceptionInterface |
||
30 | */ |
||
31 | public static function transport($transport = null) |
||
36 |