From: Martin Jansen Date: Thu, 15 May 2003 19:44:32 +0000 (+0000) Subject: * More PHPDoc fixes X-Git-Tag: RELEASE_1_0_2~796 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29cbe5e3b6359a6cf842433951ef751682a840fe;p=php * More PHPDoc fixes --- diff --git a/pear/PEAR/Dependency.php b/pear/PEAR/Dependency.php index 684464b368..d2cb64a363 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) {