From 29cbe5e3b6359a6cf842433951ef751682a840fe Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Thu, 15 May 2003 19:44:32 +0000 Subject: [PATCH] * More PHPDoc fixes --- pear/PEAR/Dependency.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pear/PEAR/Dependency.php b/pear/PEAR/Dependency.php index 684464b3680..d2cb64a363c 100644 --- a/pear/PEAR/Dependency.php +++ b/pear/PEAR/Dependency.php @@ -51,8 +51,8 @@ class PEAR_Dependency } /** - * This method maps the xml dependency definition to the - * PEAR_dependecy one + * This method maps the XML dependency definition to the + * corresponding one from PEAR_Dependency * * $opts => Array * ( @@ -61,6 +61,10 @@ class PEAR_Dependency * [version] => 3.4 * [name] => HTML_Common * ) + * + * @param string Error message + * @param array Options + * @return boolean */ function callCheckMethod(&$errmsg, $opts) {