Passed
Push — master ( 31493b...700ea0 )
by Marcus
06:04
created
src/POP3.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
      * Connect to a POP3 server.
210 210
      *
211 211
      * @param string   $host
212
-     * @param int|bool $port
212
+     * @param integer $port
213 213
      * @param int      $tval
214 214
      *
215 215
      * @return bool
Please login to merge, or discard this patch.
src/PHPMailer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3912,7 +3912,7 @@
 block discarded – undo
3912 3912
      * @param int|string $options Either a PATHINFO_* constant,
3913 3913
      *                            or a string name to return only the specified piece
3914 3914
      *
3915
-     * @return string|array
3915
+     * @return string
3916 3916
      */
3917 3917
     public static function mb_pathinfo($path, $options = null)
3918 3918
     {
Please login to merge, or discard this patch.