]> granicus.if.org Git - php/commitdiff
phpdoc fix
authorGreg Beaver <cellog@php.net>
Fri, 31 Oct 2003 16:50:56 +0000 (16:50 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 31 Oct 2003 16:50:56 +0000 (16:50 +0000)
pear/PEAR/Dependency.php

index 6aee05f69e5ebc6ebd700a704c3e77fcd3a4fb97..ed57f4e5fe9fcf5d60528297821057904b584b57 100644 (file)
@@ -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