1
0
Fork 0

Add info to docblocks

pull/19/merge
Jordi Boggiano 2011-09-25 12:39:29 +02:00
parent bcb4e58940
commit 751f506080
1 changed files with 4 additions and 2 deletions

View File

@ -172,7 +172,8 @@ interface PackageInterface
/**
* Returns a set of links to packages which are recommended in
* combination with this package.
* combination with this package. These would most likely be installed
* automatically in combination with this package.
*
* @return array An array of package links defining recommended packages
*/
@ -180,7 +181,8 @@ interface PackageInterface
/**
* Returns a set of links to packages which are suggested in combination
* with this package.
* with this package. These can be suggested to the user, but will not be
* automatically installed with this package.
*
* @return array An array of package links defining suggested packages
*/