Completed
Pull Request — master (#76)
by Vladimir
02:49 queued 26s
created
src/allejo/stakx/AssetEngine/Sass/SassEngine.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -163,6 +163,9 @@  discard block
 block discarded – undo
163 163
         );
164 164
     }
165 165
 
166
+    /**
167
+     * @param string $content
168
+     */
166 169
     private function handleThemeImports(&$content)
167 170
     {
168 171
         if (($themeName = $this->configuration->getTheme()))
@@ -172,6 +175,9 @@  discard block
 block discarded – undo
172 175
         }
173 176
     }
174 177
 
178
+    /**
179
+     * @return string
180
+     */
175 181
     public static function stringToFormatter($format)
176 182
     {
177 183
         if ($format == 'nested')
Please login to merge, or discard this patch.