Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 29, 2016
1 parent dc4e5d4 commit 506007a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sam/lib/Driver/Amavisd/Sql.php
Expand Up @@ -479,8 +479,8 @@ protected function _lookupUserID()
/**
* Returns an Amavisd-new policy for storage and retrieval.
*
* @return string The results of the of the policy lookup. Can be the ID
* of the policy, false if not found.
* @return string|boolean The results of the of the policy lookup. Can be
* the ID of the policy, false if not found.
* @throws Sam_Exception
*/
protected function _lookupPolicyID()
Expand Down

0 comments on commit 506007a

Please sign in to comment.