Completed
Push — master ( 82d741...9eeb81 )
by Michele
07:05
created
src/CHM.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.