From 7e4966fdee940f6f92187cef9466f5bf24328ccf Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 10 Dec 2009 11:08:19 -0700 Subject: [PATCH] phpdoc --- framework/Crypt/lib/Horde/Crypt/Pgp.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/framework/Crypt/lib/Horde/Crypt/Pgp.php b/framework/Crypt/lib/Horde/Crypt/Pgp.php index 4be563b6b..920ba4051 100644 --- a/framework/Crypt/lib/Horde/Crypt/Pgp.php +++ b/framework/Crypt/lib/Horde/Crypt/Pgp.php @@ -119,9 +119,11 @@ class Horde_Crypt_Pgp extends Horde_Crypt /** * Constructor. * - * @param array $params Parameter array containing the path to the GnuPG - * binary (key = 'program') and to a temporary - * directory. + * @param array $params The following parameters: + *
+     * 'program' - (string) [REQUIRED] The path to the GnuPG binary.
+     * 'temp' - (string) [OPTIONAL] Path to a temporary directory.
+     * 
* * @throws Horde_Exception */ -- 2.11.0