Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | class WBWSyntaxHighlighterBundle extends Bundle implements AssetsProviderInterface { |
||
25 | |||
26 | /** |
||
27 | * {@inheritDoc} |
||
28 | */ |
||
29 | public function getAssetsRelativeDirectory() { |
||
30 | return self::ASSETS_RELATIVE_DIRECTORY; |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * {@inheritDoc} |
||
35 | */ |
||
36 | public function getContainerExtension() { |
||
38 | } |
||
39 | } |
||
40 |