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