Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
21 | 1 | public function __construct( |
|
22 | HeaderPartFactory $partFactory, |
||
23 | CommentConsumerService $commentConsumerService, |
||
24 | QuotedStringConsumerService $quotedStringConsumerService |
||
25 | ) { |
||
26 | 1 | parent::__construct( |
|
27 | 1 | $partFactory, |
|
28 | 1 | [ $commentConsumerService, $quotedStringConsumerService ] |
|
29 | 1 | ); |
|
32 |