Skip to content

Commit

Permalink
Update class.pop3.php
Browse files Browse the repository at this point in the history
Small fix in php doc about parameter types. Since it is just a wrapper for authorise it should accept the same parameter types
  • Loading branch information
Phhere committed Apr 13, 2015
1 parent efd1558 commit 1188e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class.pop3.php
Expand Up @@ -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
Expand Down

0 comments on commit 1188e2e

Please sign in to comment.