| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | $environment |
||
| 30 | 45 | ->addInlineParser(new QuoteParser(), 10) |
|
| 31 | 45 | ->addInlineParser(new PunctuationParser(), 0) |
|
| 32 | |||
| 33 | 45 | ->addInlineProcessor(new QuoteProcessor(), 10) |
|
| 34 | |||
| 35 | 45 | ->addBlockRenderer(Document::class, new CoreBlockRenderer\DocumentRenderer(), 0) |
|
| 36 | 45 | ->addBlockRenderer(Paragraph::class, new CoreBlockRenderer\ParagraphRenderer(), 0) |
|
| 42 |