@@ -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())) |
@@ -199,7 +199,7 @@ |
||
199 | 199 | if ($this->cacheDirectory) |
200 | 200 | { |
201 | 201 | $cacheOptions = [ |
202 | - 'cacheDir' => (string) $this->cacheDirectory->getFilesystemPath(), |
|
202 | + 'cacheDir' => (string)$this->cacheDirectory->getFilesystemPath(), |
|
203 | 203 | 'forceRefresh' => false, |
204 | 204 | ]; |
205 | 205 | } |