]> granicus.if.org Git - php/commitdiff
* More PHPDoc fixes
authorMartin Jansen <mj@php.net>
Thu, 15 May 2003 19:44:32 +0000 (19:44 +0000)
committerMartin Jansen <mj@php.net>
Thu, 15 May 2003 19:44:32 +0000 (19:44 +0000)
pear/PEAR/Dependency.php

index 684464b3680b32c2b4c7a98d78d58d7ac0998d85..d2cb64a363c4da596eb22f3477cfa441888eaa86 100644 (file)
@@ -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)
     {