mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
phpdoc fix
This commit is contained in:
parent
06d541a63a
commit
8c77fbe743
@ -115,9 +115,10 @@ class PEAR_Dependency
|
|||||||
/**
|
/**
|
||||||
* Package dependencies check method
|
* 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 $name Name of the package to test
|
||||||
* @param string $version The package version required
|
* @param string $req The package version required
|
||||||
* @param string $relation How to compare versions with eachother
|
* @param string $relation How to compare versions with each other
|
||||||
* @param bool $opt Whether the relationship is optional
|
* @param bool $opt Whether the relationship is optional
|
||||||
*
|
*
|
||||||
* @return mixed bool false if no error or the error string
|
* @return mixed bool false if no error or the error string
|
||||||
|
Loading…
Reference in New Issue
Block a user