@@ -66,6 +66,10 @@ |
||
66 | 66 | throw new ResourceNotFoundException($resourcePath, $theme); |
67 | 67 | } |
68 | 68 | |
69 | + /** |
|
70 | + * @param string $resourcePath |
|
71 | + * @param ThemeInterface $theme |
|
72 | + */ |
|
69 | 73 | protected function getBundlePaths($resourcePath, $theme) |
70 | 74 | { |
71 | 75 | $bundleName = $this->getBundleNameFromResourcePath($resourcePath); |