1 | <?php |
||
14 | class CodeBlockHighlighterExtension implements ExtensionInterface |
||
15 | { |
||
16 | /** |
||
17 | * Register the actual extensions to the framework. |
||
18 | * |
||
19 | * @param ConfigurableEnvironmentInterface $environment |
||
20 | */ |
||
21 | public function register(ConfigurableEnvironmentInterface $environment): void |
||
26 | } |
||
27 |