Completed
Push — master ( a81350...e6a872 )
by Wanderson
05:44
created
www/app/model/PHPMailer/PHPMailer/PHPMailer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3937,7 +3937,7 @@
 block discarded – undo
3937 3937
      * @param int|string $options Either a PATHINFO_* constant,
3938 3938
      *                            or a string name to return only the specified piece
3939 3939
      *
3940
-     * @return string|array
3940
+     * @return string
3941 3941
      */
3942 3942
     public static function mb_pathinfo($path, $options = null)
3943 3943
     {
Please login to merge, or discard this patch.
www/app/model/PHPMailer/PHPMailer/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.
www/app/model/PHPMailer/PHPMailer/SMTP.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1305,7 +1305,7 @@
 block discarded – undo
1305 1305
      * If no reply has been received yet, it will return null.
1306 1306
      * If no pattern was matched, it will return false.
1307 1307
      *
1308
-     * @return bool|null|string
1308
+     * @return string
1309 1309
      *
1310 1310
      * @see recordLastTransactionID()
1311 1311
      */
Please login to merge, or discard this patch.