From: Greg Beaver Date: Fri, 31 Oct 2003 16:50:56 +0000 (+0000) Subject: phpdoc fix X-Git-Tag: php-5.0.0b3RC1~816 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c77fbe7435ebbb05d08c382283d43d9ac4f0bfc;p=php phpdoc fix --- diff --git a/pear/PEAR/Dependency.php b/pear/PEAR/Dependency.php index 6aee05f69e..ed57f4e5fe 100644 --- a/pear/PEAR/Dependency.php +++ b/pear/PEAR/Dependency.php @@ -115,9 +115,10 @@ class PEAR_Dependency /** * Package dependencies check method * + * @param string $errmsg Empty string, it will be populated with an error message, if any * @param string $name Name of the package to test - * @param string $version The package version required - * @param string $relation How to compare versions with eachother + * @param string $req The package version required + * @param string $relation How to compare versions with each other * @param bool $opt Whether the relationship is optional * * @return mixed bool false if no error or the error string