Completed
Push — develop ( 38da12...667cd2 )
by Vladimir
02:29
created
src/allejo/stakx/AssetEngine/Sass/SassEngine.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -211,6 +211,9 @@
 block discarded – undo
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()))
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.