@@ -89,7 +89,7 @@ |
||
89 | 89 | /** |
90 | 90 | * @TODO 1.0.0 Remove support for 'base' in next major release; it has been replaced by 'baseurl' |
91 | 91 | * |
92 | - * @return mixed|null |
|
92 | + * @return string |
|
93 | 93 | */ |
94 | 94 | public function getBaseUrl() |
95 | 95 | { |
@@ -13,6 +13,9 @@ |
||
13 | 13 | { |
14 | 14 | private $import; |
15 | 15 | |
16 | + /** |
|
17 | + * @param string $import |
|
18 | + */ |
|
16 | 19 | public function __construct($import, $message = "", $code = 0, Exception $previous = null) |
17 | 20 | { |
18 | 21 | $this->import = $import; |
@@ -21,6 +21,9 @@ |
||
21 | 21 | protected $absolutePath; |
22 | 22 | protected $targetDirectories; |
23 | 23 | |
24 | + /** |
|
25 | + * @param string $folderPath |
|
26 | + */ |
|
24 | 27 | public function __construct($folderPath) |
25 | 28 | { |
26 | 29 | $this->fs = new Filesystem(); |
@@ -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; |
@@ -149,7 +149,7 @@ |
||
149 | 149 | * |
150 | 150 | * @param SplFileInfo|string $filePath The relative path of the file |
151 | 151 | * |
152 | - * @return mixed|null |
|
152 | + * @return \allejo\stakx\Document\PageView |
|
153 | 153 | */ |
154 | 154 | public function refreshItem($filePath) |
155 | 155 | { |
@@ -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)); |