Skip to content

Commit

Permalink
Fix setDebugoutput type label
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Oct 15, 2014
1 parent 02af1ae commit 792b51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ public function getVerp()

/**
* Set debug output method.
* @param string $method The function/method to use for debugging output.
* @param string|callable $method The name of the mechanism to use for debugging output, or a callable to handle it.
*/
public function setDebugOutput($method = 'echo')
{
Expand Down

0 comments on commit 792b51f

Please sign in to comment.