Completed
Push — develop ( 38da12...667cd2 )
by Vladimir
02:29
created
src/allejo/stakx/AssetEngine/Sass/SassEngine.php 1 patch
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.