From 751f506080c6c2b0342bd1e6e695f95c10fd36d5 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 25 Sep 2011 12:39:29 +0200 Subject: [PATCH] Add info to docblocks --- src/Composer/Package/PackageInterface.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Composer/Package/PackageInterface.php b/src/Composer/Package/PackageInterface.php index 3fdefc78d..5b1cbd712 100644 --- a/src/Composer/Package/PackageInterface.php +++ b/src/Composer/Package/PackageInterface.php @@ -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 */