Completed
Push — master ( 7b9015...c5b311 )
by Vladimir
26s queued 11s
created
src/allejo/stakx/Event/PageViewDefinitionAdded.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     }
28 28
 
29 29
     /**
30
-     * @return string
30
+     * @return Folder
31 31
      */
32 32
     public function getFolder()
33 33
     {
Please login to merge, or discard this patch.
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.