Total Complexity | 3 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class QuotedStringMimeLiteralPartConsumerService extends QuotedStringConsumerService |
||
19 | { |
||
20 | /** |
||
21 | * Constructs a LiteralPart and returns it. |
||
22 | * |
||
23 | * @param bool $isLiteral not used - everything in a quoted string is a |
||
24 | * literal |
||
25 | */ |
||
26 | protected function getPartForToken(string $token, bool $isLiteral) : ?IHeaderPart |
||
34 |