Completed
Pull Request — master (#46)
by Vladimir
03:10
created
src/allejo/stakx/Compiler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         $this->pageViewsFlattened = &$pageViewsFlattened;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $themeName
91
+     */
89 92
     public function setThemeName($themeName)
90 93
     {
91 94
         $this->theme = $themeName;
Please login to merge, or discard this patch.
src/allejo/stakx/Website.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -384,6 +384,9 @@
 block discarded – undo
384 384
         }
385 385
     }
386 386
 
387
+    /**
388
+     * @param string $filePath
389
+     */
387 390
     private function modificationWatcher($filePath)
388 391
     {
389 392
         $this->output->writeln(sprintf('File change detected: %s', $filePath));
Please login to merge, or discard this patch.