| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class UUEncodedPartFactory extends MessagePartFactory |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Constructs a new UUEncodedPart object and returns it |
||
| 22 | * |
||
| 23 | * @param PartBuilder $partBuilder |
||
| 24 | * @param StreamInterface $messageStream |
||
| 25 | * @return \ZBateson\MailMimeParser\Message\Part\NonMimePart |
||
| 26 | */ |
||
| 27 | 1 | public function newInstance(PartBuilder $partBuilder, StreamInterface $messageStream = null) |
|
| 44 |