| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 42 | 107 | public function newInstance(ParserPartProxy $parserProxy) : ParserPartStreamContainer |
|
| 43 | { |
||
| 44 | 107 | return new ParserPartStreamContainer( |
|
| 45 | 107 | $this->logger, |
|
| 46 | 107 | $this->streamFactory, |
|
| 47 | 107 | $this->mbWrapper, |
|
| 48 | 107 | $this->throwExceptionReadingPartContentFromUnsupportedCharsets, |
|
| 49 | 107 | $parserProxy |
|
| 50 | 107 | ); |
|
| 53 |