mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
* More PHPDoc fixes
This commit is contained in:
parent
f78ec11339
commit
29cbe5e3b6
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user