| Total Complexity | 2 | 
| Total Lines | 20 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 13 | class TinyPngBundle extends AbstractPimcoreBundle | ||
| 14 | { | ||
| 15 | use PackageVersionTrait; | ||
| 16 | |||
| 17 | /** | ||
| 18 | * @return string | ||
| 19 | */ | ||
| 20 | protected function getComposerPackageName(): string | ||
| 23 | } | ||
| 24 | |||
| 25 | /** | ||
| 26 | * @return array|\Pimcore\Routing\RouteReferenceInterface[]|string[] | ||
| 27 | */ | ||
| 28 | public function getJsPaths() | ||
| 36 |