Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
27 | 1 | public function newInstance(StreamInterface $messageStream, PartBuilder $partBuilder) { |
|
28 | 1 | return new NonMimePart( |
|
29 | 1 | $this->partStreamFilterManagerFactory->newInstance(), |
|
30 | 1 | $this->streamDecoratorFactory->getLimitedPartStream($messageStream, $partBuilder), |
|
31 | 1 | $this->streamDecoratorFactory->getLimitedContentStream($messageStream, $partBuilder) |
|
32 | ); |
||
35 |