Completed
Branch master (cfb335)
by Dennis
02:59
created
src/ZipArchive.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -736,7 +736,7 @@  discard block
 block discarded – undo
736 736
      * @param string $name Name of the entry
737 737
      * @param int $length The length to be read from the entry. If 0, then the entire entry is read.
738 738
      * @param int $flags Any combination of ZipArchive::FL_COMPRESSED|ZipArchive::FL_NOCASE|ZipArchive::FL_UNCHANGED
739
-     * @return bool
739
+     * @return false|string
740 740
      *
741 741
      * @link http://php.net/manual/en/ziparchive.getfromname.php
742 742
      */
@@ -871,7 +871,7 @@  discard block
 block discarded – undo
871 871
      *
872 872
      * @param string $name The name of the entry to look up
873 873
      * @param int $flags Any combination of ZipArchive::FL_NOCASE|ZipArchive::FL_NODIR
874
-     * @return int|false
874
+     * @return null|integer
875 875
      *
876 876
      * @link http://php.net/manual/en/ziparchive.locatename.php
877 877
      */
Please login to merge, or discard this patch.