0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00

Update class.pop3.php

Small fix in php doc about parameter types. Since it is just a wrapper for authorise it should accept the same parameter types
This commit is contained in:
Philipp Helo Rehs 2015-04-13 19:57:03 +02:00
parent efd15582d9
commit 1188e2e110

View File

@ -130,8 +130,8 @@ class POP3
/**
* Simple static wrapper for all-in-one POP before SMTP
* @param $host
* @param boolean $port
* @param boolean $tval
* @param integer|boolean $port The port number to connect to
* @param integer|boolean $timeout The timeout value
* @param string $username
* @param string $password
* @param integer $debug_level