@@ -285,7 +285,7 @@ discard block |
||
285 | 285 | /** |
286 | 286 | * Get the TOC of this CHM file (if available). |
287 | 287 | * |
288 | - * @return SpecialEntry\TOC|null |
|
288 | + * @return TOCIndex\Tree |
|
289 | 289 | */ |
290 | 290 | public function getTOC() |
291 | 291 | { |
@@ -306,7 +306,7 @@ discard block |
||
306 | 306 | /** |
307 | 307 | * Get the index of this CHM file (if available). |
308 | 308 | * |
309 | - * @return TOCIndex\Tree|null |
|
309 | + * @return TOCIndex\Tree |
|
310 | 310 | */ |
311 | 311 | public function getIndex() |
312 | 312 | { |