| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 44 | 9 | public function register(ConfigurableEnvironmentInterface $environment): void |
|
| 45 | { |
||
| 46 | 9 | $environment->addEventListener(DocumentPreParsedEvent::class, new FrontMatterPreParser($this->frontMatterParser)); |
|
| 47 | 9 | $environment->addEventListener(DocumentRenderedEvent::class, new FrontMatterPostRenderListener(), -500); |
|
| 48 | 9 | } |
|
| 50 |