@@ -86,6 +86,9 @@ |
||
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; |
@@ -384,6 +384,9 @@ |
||
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)); |