| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class MailTransportFactory extends AbstractTransportFactory |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * MailTransportFactory constructor. |
||
| 11 | 4 | * |
|
| 12 | * @param array $options |
||
| 13 | 4 | */ |
|
| 14 | 4 | public function __construct(array $options) |
|
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Creates a MailTransport instance. |
||
| 21 | 4 | * |
|
| 22 | * @return TransportInterface |
||
| 23 | 4 | */ |
|
| 24 | 4 | public function create() |
|
| 29 |