Completed
Pull Request — master (#121)
by Vladimir
02:51 queued 01:05
created
src/allejo/stakx/AssetEngine/Sass/SassEngine.php 1 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.