summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/PEAR/Dependency.php8
1 files changed, 6 insertions, 2 deletions
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)
{