@@ -193,7 +193,7 @@ |
||
193 | 193 | /** |
194 | 194 | * Get the unique token for the share link |
195 | 195 | * |
196 | - * @return bool|string|null |
|
196 | + * @return boolean|string |
|
197 | 197 | * @throws Exception |
198 | 198 | */ |
199 | 199 | protected function getPartialToken() |
@@ -96,7 +96,7 @@ |
||
96 | 96 | * A little abstraction to be more readable |
97 | 97 | * |
98 | 98 | * @param HTTPRequest $request |
99 | - * @return PartialFormSubmission|void |
|
99 | + * @return DBHTMLText |
|
100 | 100 | * @throws HTTPResponse_Exception |
101 | 101 | */ |
102 | 102 | public function setData($request) |