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