@@ -78,9 +78,9 @@ discard block |
||
78 | 78 | protected $trackedItems = []; |
79 | 79 | |
80 | 80 | /** |
81 | - * @param File|string $filePath |
|
81 | + * @param string $filePath |
|
82 | 82 | * |
83 | - * @return mixed|null |
|
83 | + * @return \allejo\stakx\Document\BasePageView |
|
84 | 84 | */ |
85 | 85 | public function createNewItem($filePath) |
86 | 86 | { |
@@ -125,9 +125,9 @@ discard block |
||
125 | 125 | /** |
126 | 126 | * Update the contents of a specified file. |
127 | 127 | * |
128 | - * @param File|string $filePath The relative path of the file |
|
128 | + * @param string $filePath The relative path of the file |
|
129 | 129 | * |
130 | - * @return mixed|null |
|
130 | + * @return \allejo\stakx\Document\BasePageView |
|
131 | 131 | */ |
132 | 132 | public function refreshItem($filePath) |
133 | 133 | { |