Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | 2 | public function __construct( |
|
21 | MimeLiteralPartFactory $partFactory, |
||
22 | CommentConsumerService $commentConsumerService, |
||
23 | QuotedStringConsumerService $quotedStringConsumerService |
||
24 | ) { |
||
25 | 2 | parent::__construct( |
|
26 | 2 | $partFactory, |
|
27 | 2 | $commentConsumerService, |
|
28 | 2 | $quotedStringConsumerService |
|
29 | 2 | ); |
|
32 |