@@ -61,7 +61,7 @@ |
||
| 61 | 61 | $identifier = sha1(implode($cacheItems)); |
| 62 | 62 | $minifiedFile = "/{$identifier}.min.css"; |
| 63 | 63 | $links = $this->minifyFile($minifiedFile, $cacheDir, $cacheItems) |
| 64 | - ->generateLinks($items, $cssDir, $minifiedFile); |
|
| 64 | + ->generateLinks($items, $cssDir, $minifiedFile); |
|
| 65 | 65 | |
| 66 | 66 | /** @noinspection PhpUndefinedMethodInspection */ |
| 67 | 67 | return $indent . implode($this->escape($this->getSeparator()) . $indent, $links); |
@@ -61,7 +61,7 @@ |
||
| 61 | 61 | $identifier = sha1(implode($cacheItems)); |
| 62 | 62 | $minifiedFile = "/{$identifier}.min.js"; |
| 63 | 63 | $scripts = $this->minifyFile($minifiedFile, $cacheDir, $cacheItems) |
| 64 | - ->generateScripts($items, $jsDir, $minifiedFile, $indent); |
|
| 64 | + ->generateScripts($items, $jsDir, $minifiedFile, $indent); |
|
| 65 | 65 | |
| 66 | 66 | /** @noinspection PhpUndefinedMethodInspection */ |
| 67 | 67 | return $indent . implode($this->escape($this->getSeparator()) . $indent, $scripts); |