@@ -27,7 +27,7 @@ |
||
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | - * @return string |
|
| 30 | + * @return Folder |
|
| 31 | 31 | */ |
| 32 | 32 | public function getFolder() |
| 33 | 33 | { |
@@ -211,6 +211,9 @@ |
||
| 211 | 211 | $this->configureSourceMap(); |
| 212 | 212 | } |
| 213 | 213 | |
| 214 | + /** |
|
| 215 | + * @param string $content |
|
| 216 | + */ |
|
| 214 | 217 | private function handleThemeImports(&$content) |
| 215 | 218 | { |
| 216 | 219 | if (($themeName = $this->configuration->getTheme())) |