| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | 4 | public function __construct( |
|
| 22 | LoggerInterface $logger, |
||
| 23 | MimeTokenPartFactory $partFactory, |
||
| 24 | CommentConsumerService $commentConsumerService, |
||
| 25 | QuotedStringConsumerService $quotedStringConsumerService |
||
| 26 | ) { |
||
| 27 | 4 | parent::__construct( |
|
| 28 | 4 | $logger, |
|
| 29 | 4 | $partFactory, |
|
| 30 | 4 | $commentConsumerService, |
|
| 31 | 4 | $quotedStringConsumerService |
|
| 32 | 4 | ); |
|
| 35 |